diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-27 15:36:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-31 14:40:19 +0000 |
commit | 125a798c2e7bda3a951828a14f308a65cc562a14 (patch) | |
tree | a506285943b7e778dfd350b7dfb02a4b436314a9 /meta/recipes-devtools | |
parent | 26f4eb19b6e9c71374659605a01af762a0361f41 (diff) | |
download | openembedded-core-125a798c2e7bda3a951828a14f308a65cc562a14.tar.gz openembedded-core-125a798c2e7bda3a951828a14f308a65cc562a14.tar.bz2 openembedded-core-125a798c2e7bda3a951828a14f308a65cc562a14.zip |
python: add missing pkgconfig inherit
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index 79a431c7ea..e51993fce1 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc @@ -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 \ |