]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
swig.inc: inherit pkgconfig
authorMaxin B. John <maxin.john@intel.com>
Thu, 15 Feb 2018 13:19:32 +0000 (15:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 18:05:26 +0000 (18:05 +0000)
swig uses pkg-config for pcre detection

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/swig/swig.inc

index 8cb6fbd48b33aa3fcb273f0600a69e8e172ca802..bf61b02d6fb4fa40b2752d0fa5432d8c1daeb8b5 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "libpcre python3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
 
-inherit autotools python3native
+inherit autotools python3native pkgconfig
 
 EXTRA_OECONF = " \
     --with-python3=${PYTHON} \