From: Ming Liu Date: Wed, 22 Feb 2017 08:26:09 +0000 (+0100) Subject: python-ptyprocess: BBCLASSEXTEND to native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7421307e835904ebde17e8eeb9f2c04e0c758c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-ptyprocess: BBCLASSEXTEND to native Some developers might need it. Signed-off-by: Ming Liu Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb index 931e5a7d49d..eed24ad2ecd 100644 --- a/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb +++ b/meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb @@ -20,4 +20,4 @@ RDEPENDS_${PN} = "\ python-core \ " -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk"