From: Ming Liu Date: Wed, 22 Feb 2017 08:26:49 +0000 (+0100) Subject: python-pexpect: BBCLASSEXTEND to native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aca17e945c51c9ca1fff61c0ef7b512413dea81;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 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"