]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-ptyprocess: BBCLASSEXTEND to native
authorMing Liu <peter.x.liu@external.atlascopco.com>
Wed, 22 Feb 2017 08:26:09 +0000 (09:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:19 +0000 (12:54 +0000)
Some developers might need it.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-ptyprocess_0.5.1.bb

index 931e5a7d49deb193f24098e5be9d63cc592e17dd..eed24ad2ecd4ba73acad28ca2d98990d3ff0c444 100644 (file)
@@ -20,4 +20,4 @@ RDEPENDS_${PN} = "\
     python-core \
 "
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"