From 90ecdec94460c44c8f2674c6190eddbff8e23a47 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 27 Jan 2017 15:36:22 +0000 Subject: python: add missing pkgconfig inherit Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python.inc') 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-(?P2(\.\d+)+).tar" PYTHON_MAJMIN = "2.7" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF = "\ --with-threads \ -- cgit v1.2.3-54-g00ecf