mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
f4fd9a0289
commit
f6649fa311
@@ -3,6 +3,10 @@ SUMMARY = "The klcc crosscompiler for klibc"
|
||||
require klibc.inc
|
||||
DEPENDS = "klibc"
|
||||
|
||||
# no packaging for this crossscript
|
||||
PACKAGES = ""
|
||||
inherit nopackages
|
||||
|
||||
FILESPATH =. "${FILE_DIRNAME}/klibc-${PV}:"
|
||||
|
||||
SRC_URI += "file://use-env-for-perl.patch"
|
||||
@@ -32,11 +36,4 @@ klcc_sysroot_preprocess () {
|
||||
sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
|
||||
}
|
||||
|
||||
deltask do_package
|
||||
deltask do_packagedata
|
||||
deltask do_package_write_ipk
|
||||
deltask do_package_write_rpm
|
||||
deltask do_package_write_deb
|
||||
deltask do_package_write_tar
|
||||
|
||||
SSTATE_SCAN_FILES = "*"
|
||||
|
||||
Reference in New Issue
Block a user