Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] kconfig-frontends: Fix for recent packaging changes
@ 2012-06-24 18:06 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-06-24 18:06 UTC (permalink / raw)
  To: openembedded-core

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@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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-24 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-24 18:06 [PATCH] kconfig-frontends: Fix for recent packaging changes Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox