From: Maxin B. John Date: Thu, 15 Feb 2018 13:19:32 +0000 (+0200) Subject: swig.inc: inherit pkgconfig X-Git-Tag: uninative-1.8~331 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=960169f70448c5f7194d85be8212c4f659068ad2;p=openembedded-core.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 8cb6fbd48b..bf61b02d6f 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} \