diff options
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r-- | meta/classes/license.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 21465d8d00..13c1a0fddf 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -80,7 +80,7 @@ license_create_manifest() { | |||
80 | if [ "${COPY_LIC_DIRS}" = "1" ]; then | 80 | if [ "${COPY_LIC_DIRS}" = "1" ]; then |
81 | for pkg in ${INSTALLED_PKGS}; do | 81 | for pkg in ${INSTALLED_PKGS}; do |
82 | mkdir -p ${IMAGE_ROOTFS}/usr/share/common-licenses/${pkg} | 82 | mkdir -p ${IMAGE_ROOTFS}/usr/share/common-licenses/${pkg} |
83 | pkged_pn="$(oe-pkgdata-util lookup-recipe ${PKGDATA_DIR} ${pkg})" | 83 | pkged_pn="$(oe-pkgdata-util -p ${PKGDATA_DIR} lookup-recipe ${pkg})" |
84 | for lic in `ls ${LICENSE_DIRECTORY}/${pkged_pn}`; do | 84 | for lic in `ls ${LICENSE_DIRECTORY}/${pkged_pn}`; do |
85 | # Really don't need to copy the generics as they're | 85 | # Really don't need to copy the generics as they're |
86 | # represented in the manifest and in the actual pkg licenses | 86 | # represented in the manifest and in the actual pkg licenses |