diff options
-rw-r--r-- | meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb b/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb index d7fdd823c..5a335b924 100644 --- a/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb +++ b/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb | |||
@@ -24,9 +24,6 @@ PACKAGECONFIG[x11] = "--with-x,--without-x,virtual/libx11 cairo,cairo" | |||
24 | PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" | 24 | PACKAGECONFIG[pci] = "--enable-pci,--disable-pci,libpciaccess,libpciaccess" |
25 | 25 | ||
26 | # Split hwloc library into separate subpackage | 26 | # Split hwloc library into separate subpackage |
27 | PACKAGES_prepend = " lib${PN} " | 27 | PACKAGES_prepend = " libhwloc " |
28 | FILES_lib${PN} += "${libdir}/lib${PN}.so*" | 28 | FILES_libhwloc += "${libdir}/libhwloc.so.*" |
29 | RDEPENDS_${PN} += "lib${PN} (= ${EXTENDPKGV})" | 29 | RDEPENDS_${PN} += "libhwloc (= ${EXTENDPKGV})" |
30 | |||
31 | # XXX dev-so QA check doesn't like soname symlinks in non-dev packages | ||
32 | INSANE_SKIP_lib${PN} += "dev-so" | ||