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 8c64e4cd8a..e520a4ceeb 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -88,7 +88,7 @@ license_create_manifest() { | |||
88 | # check to see if the package name exists in the manifest. if so, bail. | 88 | # check to see if the package name exists in the manifest. if so, bail. |
89 | if ! grep -q "PACKAGE NAME: ${pkg}" ${filename}; then | 89 | if ! grep -q "PACKAGE NAME: ${pkg}" ${filename}; then |
90 | # exclude local recipes | 90 | # exclude local recipes |
91 | if [ ! ${pkged_pn} == "*locale*" ]; then | 91 | if [ ! "${pkged_pn}" = "*locale*" ]; then |
92 | echo "PACKAGE NAME:" ${pkg} >> ${LICENSE_DIRECTORY}/${IMAGE_NAME}/license.manifest | 92 | echo "PACKAGE NAME:" ${pkg} >> ${LICENSE_DIRECTORY}/${IMAGE_NAME}/license.manifest |
93 | echo "RECIPE NAME:" ${pkged_pn} >> ${LICENSE_DIRECTORY}/${IMAGE_NAME}/license.manifest | 93 | echo "RECIPE NAME:" ${pkged_pn} >> ${LICENSE_DIRECTORY}/${IMAGE_NAME}/license.manifest |
94 | echo "LICENSE: " >> ${LICENSE_DIRECTORY}/${IMAGE_NAME}/license.manifest | 94 | echo "LICENSE: " >> ${LICENSE_DIRECTORY}/${IMAGE_NAME}/license.manifest |