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:
Alexandre Bard 2020-09-07 14:01:18 +02:00
parent 68cc1dc57d
commit a79da7661e
1 changed files with 0 additions and 1 deletions

View File

@ -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"