]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: let more modules build in native
authorRoss Burton <ross.burton@intel.com>
Fri, 23 Nov 2018 13:40:44 +0000 (13:40 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Nov 2018 23:32:10 +0000 (23:32 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-async.inc
meta/recipes-devtools/python/python-git.inc
meta/recipes-devtools/python/python-gitdb.inc
meta/recipes-devtools/python/python-smmap.inc

index 6664ab013c7b0a479ea273b19658c4dc9d0b23de..139bf2c51c7790040a50b62489f80336ff1118fe 100644 (file)
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8
 
 RDEPENDS_${PN} += "${PYTHON_PN}-threading"
 
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"
index 7ccf1686fd10c238ce51e8d7631bf3336e3b3a01..f973e9f42c06f7e0ad2db669d7f76e106d1cda4e 100644 (file)
@@ -29,4 +29,4 @@ RDEPENDS_${PN} += " \
                    ${PYTHON_PN}-unixadmin \
                    git \
 "
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"
index 789ab959fd3f74858793c666819c2c4d53a3bf91..aeaf55e610b2bcfc307875cfb5e0516adfb51696 100644 (file)
@@ -21,4 +21,4 @@ RDEPENDS_${PN} += "${PYTHON_PN}-async \
                    ${PYTHON_PN}-shell \
                    ${PYTHON_PN}-smmap \
 "
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"
index 55aa516e0afc2cd3c8aaae9bf96c859ac1a15823..c81474e922fee8578a4b43a73e5538023416bb02 100644 (file)
@@ -15,4 +15,4 @@ SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c
 RDEPENDS_${PN} += "${PYTHON_PN}-codecs \
                    ${PYTHON_PN}-mmap \
 "
-BBCLASSEXTEND = "nativesdk"
+BBCLASSEXTEND = "native nativesdk"