[OE-core] [PATCH] swig.inc: inherit pkgconfig

Maxin B. John maxin.john at intel.com
Thu Feb 15 13:19:32 UTC 2018


swig uses pkg-config for pcre detection

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 meta/recipes-devtools/swig/swig.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc
index 8cb6fbd..bf61b02 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} \
-- 
2.4.0




More information about the Openembedded-core mailing list