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:43:02 +0000 |
commit | 90ecdec94460c44c8f2674c6190eddbff8e23a47 (patch) | |
tree | 1baa374fc21777d45b7db90b8c05c215caf13125 /meta/recipes-devtools/python | |
parent | 0df07f41442c13039593a6827828490caa34f297 (diff) | |
download | poky-90ecdec94460c44c8f2674c6190eddbff8e23a47.tar.gz |
python: add missing pkgconfig inherit
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-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" | |||
18 | 18 | ||
19 | PYTHON_MAJMIN = "2.7" | 19 | PYTHON_MAJMIN = "2.7" |
20 | 20 | ||
21 | inherit autotools | 21 | inherit autotools pkgconfig |
22 | 22 | ||
23 | EXTRA_OECONF = "\ | 23 | EXTRA_OECONF = "\ |
24 | --with-threads \ | 24 | --with-threads \ |