I'm slightly confused about what's going on with the various subpackages
in these recipes now.
As far as I can tell, the current shlibpackaging.bbclass just does:
PACKAGES =+ "lib${PN}"
FILES_lib${PN} = "${libdir}/*${SOLIBS} ${base_libdir}/*${SOLIBS}"
RDEPENDS_lib${PN} = "${PN}"
i.e. it doesn't
Signed-off-by: Saul Wold
---
meta/recipes-support/curl/curl_7.21.7.bb | 17 ++---
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/meta/recipes-support/curl/curl_7.21.7.bb
b/meta/recipes-support/curl/curl_7.21.7.bb
index 28344e2..fd8d358 100644
--- a/meta/recipes-sup