mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
image.bbclass: allow override of image LICENSE
Currently the LICENSE of every image is hard set to MIT. This allows this to be overriden in derived images. (From OE-Core rev: 62454568c12d4fd19bb69b1b679e9c7b6dc95927) Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ea5de4433
commit
66ecc9354f
@@ -9,7 +9,7 @@ TOOLCHAIN_TARGET_TASK += "${PACKAGE_INSTALL}"
|
||||
TOOLCHAIN_TARGET_TASK_ATTEMPTONLY += "${PACKAGE_INSTALL_ATTEMPTONLY}"
|
||||
POPULATE_SDK_POST_TARGET_COMMAND += "rootfs_sysroot_relativelinks; "
|
||||
|
||||
LICENSE = "MIT"
|
||||
LICENSE ?= "MIT"
|
||||
PACKAGES = ""
|
||||
DEPENDS += "${MLPREFIX}qemuwrapper-cross depmodwrapper-cross"
|
||||
RDEPENDS += "${PACKAGE_INSTALL} ${LINGUAS_INSTALL}"
|
||||
|
||||
Reference in New Issue
Block a user