From dfe84d9ca3693037a650ca724ad2f118b1acfef8 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 23 Nov 2018 13:40:44 +0000 Subject: python: let more modules build in native (From OE-Core rev: 55b0a7332c57abc27367aba46702990e3a99cbf9) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-smmap.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python-smmap.inc') diff --git a/meta/recipes-devtools/python/python-smmap.inc b/meta/recipes-devtools/python/python-smmap.inc index 55aa516e0a..c81474e922 100644 --- a/meta/recipes-devtools/python/python-smmap.inc +++ b/meta/recipes-devtools/python/python-smmap.inc @@ -15,4 +15,4 @@ SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ ${PYTHON_PN}-mmap \ " -BBCLASSEXTEND = "nativesdk" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf