]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: add missing pkgconfig inherit
authorRoss Burton <ross.burton@intel.com>
Fri, 27 Jan 2017 15:36:22 +0000 (15:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:40:19 +0000 (14:40 +0000)
meta/recipes-devtools/python/python.inc

index 79a431c7ea2b8f722df2600595058ff90893f43c..e51993fce168436de025d80680546642c9aeff1a 100644 (file)
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar"
 
 PYTHON_MAJMIN = "2.7"
 
-inherit autotools
+inherit autotools pkgconfig
 
 EXTRA_OECONF = "\
   --with-threads \