diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2017-02-13 23:32:36 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:06:35 +0100 |
commit | f6649fa311d77ce26e676b62ecc5b66eef6c5a9d (patch) | |
tree | dd79f819c8aa63ac2231083f54c435ab7c606f3b /meta-initramfs/recipes-devtools/klibc | |
parent | f4fd9a02898b2c2826c8a6fe575b0fe7bfea5cd8 (diff) | |
download | meta-openembedded-f6649fa311d77ce26e676b62ecc5b66eef6c5a9d.tar.gz |
klcc-cross: disable packaging using appropriate
Instead of deleting the packaging tasks we simply inherit
nopackages.bbclass.
Done that we do set PACKAGES to empty.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb index 15d860a9f..91269756d 100644 --- a/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb +++ b/meta-initramfs/recipes-devtools/klibc/klcc-cross_2.0.4.bb | |||
@@ -3,6 +3,10 @@ SUMMARY = "The klcc crosscompiler for klibc" | |||
3 | require klibc.inc | 3 | require klibc.inc |
4 | DEPENDS = "klibc" | 4 | DEPENDS = "klibc" |
5 | 5 | ||
6 | # no packaging for this crossscript | ||
7 | PACKAGES = "" | ||
8 | inherit nopackages | ||
9 | |||
6 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" | 10 | FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:" |
7 | 11 | ||
8 | SRC_URI += "file://use-env-for-perl.patch" | 12 | SRC_URI += "file://use-env-for-perl.patch" |
@@ -32,11 +36,4 @@ klcc_sysroot_preprocess () { | |||
32 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} | 36 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} |
33 | } | 37 | } |
34 | 38 | ||
35 | deltask do_package | ||
36 | deltask do_packagedata | ||
37 | deltask do_package_write_ipk | ||
38 | deltask do_package_write_rpm | ||
39 | deltask do_package_write_deb | ||
40 | deltask do_package_write_tar | ||
41 | |||
42 | SSTATE_SCAN_FILES = "*" | 39 | SSTATE_SCAN_FILES = "*" |