diff options
| -rw-r--r-- | meta/recipes-core/meta/external-python-tarball.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb index 6bc837b8ce..e317ba32ca 100644 --- a/meta/recipes-core/meta/external-python-tarball.bb +++ b/meta/recipes-core/meta/external-python-tarball.bb | |||
| @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
| 5 | 5 | ||
| 6 | DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" | 6 | DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" |
| 7 | 7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 8 | inherit meta | 10 | inherit meta |
| 9 | 11 | ||
| 10 | SDK_DIR = "${WORKDIR}/sdk" | 12 | SDK_DIR = "${WORKDIR}/sdk" |
| @@ -91,3 +93,6 @@ do_populate_sdk[nostamp] = "1" | |||
| 91 | do_populate_sdk[recrdeptask] = "do_package_write" | 93 | do_populate_sdk[recrdeptask] = "do_package_write" |
| 92 | addtask populate_sdk before do_build after do_install | 94 | addtask populate_sdk before do_build after do_install |
| 93 | 95 | ||
| 96 | inherit blacklist | ||
| 97 | |||
| 98 | PNBLACKLIST[external-python-tarball] = "${@base_contains('PACKAGE_CLASSES', 'package_ipk', '', 'This recipe requires \'package_ipk\' support to be enabled in PACKAGE_CLASSES.', d)}" | ||
