local.conf: Remove custom license directory
This structure was storing license per architecture instead of all licenses in the same directory. It requires a patch in yocto code to look for licenses at this location.
This commit is contained in:
parent
68cc1dc57d
commit
a79da7661e
|
|
@ -32,7 +32,6 @@ BB_GENERATE_MIRROR_TARBALLS = "1"
|
||||||
COPY_LIC_MANIFEST = "1"
|
COPY_LIC_MANIFEST = "1"
|
||||||
COPY_LIC_DIRS = "1"
|
COPY_LIC_DIRS = "1"
|
||||||
LICENSE_CREATE_PACKAGE = "1"
|
LICENSE_CREATE_PACKAGE = "1"
|
||||||
LICENSE_DIRECTORY = "${DEPLOY_DIR}/licenses/${PACKAGE_ARCH}"
|
|
||||||
|
|
||||||
INHERIT += "buildhistory buildstats-summary"
|
INHERIT += "buildhistory buildstats-summary"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue