diff options
Diffstat (limited to 'meta/classes-global')
-rw-r--r-- | meta/classes-global/license.bbclass | 2 | ||||
-rw-r--r-- | meta/classes-global/sstate.bbclass | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/meta/classes-global/license.bbclass b/meta/classes-global/license.bbclass index 23625f0104..b2e0d3faba 100644 --- a/meta/classes-global/license.bbclass +++ b/meta/classes-global/license.bbclass | |||
@@ -29,7 +29,7 @@ python do_populate_lic() { | |||
29 | lic_files_paths = find_license_files(d) | 29 | lic_files_paths = find_license_files(d) |
30 | 30 | ||
31 | # The base directory we wrangle licenses to | 31 | # The base directory we wrangle licenses to |
32 | destdir = os.path.join(d.getVar('LICSSTATEDIR'), d.getVar('PN')) | 32 | destdir = os.path.join(d.getVar('LICSSTATEDIR'), d.getVar('SSTATE_PKGARCH'), d.getVar('PN')) |
33 | copy_license_files(lic_files_paths, destdir) | 33 | copy_license_files(lic_files_paths, destdir) |
34 | info = get_recipe_info(d) | 34 | info = get_recipe_info(d) |
35 | with open(os.path.join(destdir, "recipeinfo"), "w") as f: | 35 | with open(os.path.join(destdir, "recipeinfo"), "w") as f: |
diff --git a/meta/classes-global/sstate.bbclass b/meta/classes-global/sstate.bbclass index d846e22f44..13ac844272 100644 --- a/meta/classes-global/sstate.bbclass +++ b/meta/classes-global/sstate.bbclass | |||
@@ -55,8 +55,6 @@ PV[vardepvalue] = "${PV}" | |||
55 | SSTATE_EXTRAPATH[vardepvalue] = "" | 55 | SSTATE_EXTRAPATH[vardepvalue] = "" |
56 | SSTATE_EXTRAPATHWILDCARD[vardepvalue] = "" | 56 | SSTATE_EXTRAPATHWILDCARD[vardepvalue] = "" |
57 | 57 | ||
58 | # For multilib rpm the allarch packagegroup files can overwrite (in theory they're identical) | ||
59 | SSTATE_ALLOW_OVERLAP_FILES = "${DEPLOY_DIR}/licenses/" | ||
60 | # Avoid docbook/sgml catalog warnings for now | 58 | # Avoid docbook/sgml catalog warnings for now |
61 | SSTATE_ALLOW_OVERLAP_FILES += "${STAGING_ETCDIR_NATIVE}/sgml ${STAGING_DATADIR_NATIVE}/sgml" | 59 | SSTATE_ALLOW_OVERLAP_FILES += "${STAGING_ETCDIR_NATIVE}/sgml ${STAGING_DATADIR_NATIVE}/sgml" |
62 | # sdk-provides-dummy-nativesdk and nativesdk-buildtools-perl-dummy overlap for different SDKMACHINE | 60 | # sdk-provides-dummy-nativesdk and nativesdk-buildtools-perl-dummy overlap for different SDKMACHINE |