From: Ming Liu Date: Wed, 22 Feb 2017 08:26:49 +0000 (+0100) Subject: python-pexpect: BBCLASSEXTEND to native X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e6969bdc9566b5ba25d4ebcd47e03d2f681f223;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-pexpect: BBCLASSEXTEND to native Some developers might need it. (From OE-Core rev: 4aca17e945c51c9ca1fff61c0ef7b512413dea81) Signed-off-by: Ming Liu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 95a079002e8..1321797ef9c 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"