In my project, I try to replace the openssl to wolfssl.
So, I add DEPENDS_remove = "openssl" and DEPENDS += "wolfssl" to openssl dependent recipes (bbappend).
However, there are remains some recipes that have openssl-native.

How can I remove this?