aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-25 22:34:44 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-01 09:59:27 +0200
commit66b88f7729d24ef2e3469fcaca172f420c4d54be (patch)
tree97105cdcbe52b8f7668572f8c3c7c6f676db8b57 /meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb
parentf45c1d6a46a5e56e837739e9c0b464cdb3f4675c (diff)
downloadmeta-openembedded-contrib-66b88f7729d24ef2e3469fcaca172f420c4d54be.tar.gz
hwloc: Inherit pkgconfig
Fixes | checking for LIBXML2... cannot check without pkg-config | configure: WARNING: --enable-libxml2 requested, but libxml2 was not found | configure: error: Cannot continue Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb')
-rw-r--r--meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb2
1 files changed, 1 insertions, 1 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 5cf6e7eb94..d7fdd823c0 100644
--- a/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb
+++ b/meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://www.open-mpi.org/software/${PN}/v1.11/downloads/${BP}.tar.bz2
SRC_URI[md5sum] = "96c34136ff416d2b13a7821c27477bed"
SRC_URI[sha256sum] = "95d80286dfe658a3f79e2ac90698782bb36e5504f4bac1bba2394ba14dbbad24"
-inherit autotools
+inherit autotools pkgconfig
DEPENDS += "ncurses udev zlib"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'libselinux', '', d)}"