From: Ming Liu Date: Wed, 22 Feb 2017 08:26:09 +0000 (+0100) Subject: python-ptyprocess: BBCLASSEXTEND to native X-Git-Tag: uninative-1.5~142 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b7421307e835904ebde17e8eeb9f2c04e0c758c;p=openembedded-core.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 931e5a7d49..eed24ad2ec 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"