diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/license.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/qemu.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 312631881f..9459b0027f 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -79,7 +79,7 @@ license_create_manifest() { | |||
79 | INSTALLED_PKGS=`cat ${LICENSE_DIRECTORY}/${IMAGE_NAME}/package.manifest` | 79 | INSTALLED_PKGS=`cat ${LICENSE_DIRECTORY}/${IMAGE_NAME}/package.manifest` |
80 | # list of installed packages is broken for deb | 80 | # list of installed packages is broken for deb |
81 | for pkg in ${INSTALLED_PKGS}; do | 81 | for pkg in ${INSTALLED_PKGS}; do |
82 | # not the best way to do this but licenses are not arch dependant iirc | 82 | # not the best way to do this but licenses are not arch-dependent iirc |
83 | files=`find ${TMPDIR}/pkgdata/*/runtime -name ${pkg}| head -1` | 83 | files=`find ${TMPDIR}/pkgdata/*/runtime -name ${pkg}| head -1` |
84 | for filename in $files; do | 84 | for filename in $files; do |
85 | pkged_pn="$(sed -n 's/^PN: //p' ${filename})" | 85 | pkged_pn="$(sed -n 's/^PN: //p' ${filename})" |
diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index 22ebcfde40..c0a538036f 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # This class contains functions for recipes that need QEMU or test for its | 2 | # This class contains functions for recipes that need QEMU or test for its |
3 | # existance. | 3 | # existence. |
4 | # | 4 | # |
5 | 5 | ||
6 | def qemu_target_binary(data): | 6 | def qemu_target_binary(data): |