From: Ming Liu Date: Wed, 22 Feb 2017 08:26:49 +0000 (+0100) Subject: python-pexpect: BBCLASSEXTEND to native X-Git-Tag: uninative-1.5~141 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4aca17e945c51c9ca1fff61c0ef7b512413dea81;p=openembedded-core.git python-pexpect: 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-pexpect_4.2.1.bb b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb index 95a079002e..1321797ef9 100644 --- a/meta/recipes-devtools/python/python-pexpect_4.2.1.bb +++ b/meta/recipes-devtools/python/python-pexpect_4.2.1.bb @@ -25,4 +25,4 @@ RDEPENDS_${PN} = "\ python-ptyprocess \ " -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk"