diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-async.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-git.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-gitdb.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python-smmap.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python-async.inc b/meta/recipes-devtools/python/python-async.inc index 6664ab013c..139bf2c51c 100644 --- a/meta/recipes-devtools/python/python-async.inc +++ b/meta/recipes-devtools/python/python-async.inc | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8 | |||
11 | 11 | ||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-threading" | 12 | RDEPENDS_${PN} += "${PYTHON_PN}-threading" |
13 | 13 | ||
14 | BBCLASSEXTEND = "nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc index 7ccf1686fd..f973e9f42c 100644 --- a/meta/recipes-devtools/python/python-git.inc +++ b/meta/recipes-devtools/python/python-git.inc | |||
@@ -29,4 +29,4 @@ RDEPENDS_${PN} += " \ | |||
29 | ${PYTHON_PN}-unixadmin \ | 29 | ${PYTHON_PN}-unixadmin \ |
30 | git \ | 30 | git \ |
31 | " | 31 | " |
32 | BBCLASSEXTEND = "nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-devtools/python/python-gitdb.inc b/meta/recipes-devtools/python/python-gitdb.inc index 789ab959fd..aeaf55e610 100644 --- a/meta/recipes-devtools/python/python-gitdb.inc +++ b/meta/recipes-devtools/python/python-gitdb.inc | |||
@@ -21,4 +21,4 @@ RDEPENDS_${PN} += "${PYTHON_PN}-async \ | |||
21 | ${PYTHON_PN}-shell \ | 21 | ${PYTHON_PN}-shell \ |
22 | ${PYTHON_PN}-smmap \ | 22 | ${PYTHON_PN}-smmap \ |
23 | " | 23 | " |
24 | BBCLASSEXTEND = "nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
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 | |||
15 | RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ | 15 | RDEPENDS_${PN} += "${PYTHON_PN}-codecs \ |
16 | ${PYTHON_PN}-mmap \ | 16 | ${PYTHON_PN}-mmap \ |
17 | " | 17 | " |
18 | BBCLASSEXTEND = "nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |