From: Maxin B. John Date: Thu, 15 Feb 2018 13:19:32 +0000 (+0200) Subject: swig.inc: inherit pkgconfig X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~18762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960169f70448c5f7194d85be8212c4f659068ad2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git swig.inc: inherit pkgconfig swig uses pkg-config for pcre detection Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc index 8cb6fbd48b3..bf61b02d6fb 100644 --- a/meta/recipes-devtools/swig/swig.inc +++ b/meta/recipes-devtools/swig/swig.inc @@ -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} \