[OE-core] [PATCH] kconfig-frontends: Fix for recent packaging changes

Saul Wold sgw at linux.intel.com
Sun Jun 24 18:06:58 UTC 2012


kconfig-frontends names it's shared library as -3.4.0.so instead of .so.3.4.0,
this causes the -dev package to grab it since it matches on *.so. This error
would also have shown up with the old PACKAGE order.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 .../kconfig-frontends/kconfig-frontends_3.4.bb     |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.4.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.4.bb
index d95d3e8..4f95371 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.4.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.4.bb
@@ -25,4 +25,10 @@ do_configure_prepend () {
 	mkdir -p scripts/.autostuff/m4
 }
 EXTRA_OECONF += "--disable-gconf --disable-qconf"
+
+# Some packages have the version preceeding the .so instead properly
+# versioned .so.<version>, so we need to reorder and repackage.
+SOLIBS = "-${PV}.so"
+FILES_SOLIBSDEV = "${libdir}/libkconfig-parser.so"
+
 BBCLASSEXTEND = "native nativesdk"
-- 
1.7.7.6





More information about the Openembedded-core mailing list