diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index d3a416d371..e49468949e 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -371,7 +371,7 @@ rootfs_install_complementary() { | |||
371 | if [ "$GLOBS" != "" ] ; then | 371 | if [ "$GLOBS" != "" ] ; then |
372 | # Use the magic script to do all the work for us :) | 372 | # Use the magic script to do all the work for us :) |
373 | : > ${WORKDIR}/complementary_pkgs.txt | 373 | : > ${WORKDIR}/complementary_pkgs.txt |
374 | for vendor in ${TARGET_VENDOR} ${MULTILIB_VENDORS} ; do | 374 | for vendor in '${TARGET_VENDOR}' ${MULTILIB_VENDORS} ; do |
375 | oe-pkgdata-util glob ${TMPDIR}/pkgdata $vendor-${TARGET_OS} ${WORKDIR}/installed_pkgs.txt "$GLOBS" >> ${WORKDIR}/complementary_pkgs.txt | 375 | oe-pkgdata-util glob ${TMPDIR}/pkgdata $vendor-${TARGET_OS} ${WORKDIR}/installed_pkgs.txt "$GLOBS" >> ${WORKDIR}/complementary_pkgs.txt |
376 | done | 376 | done |
377 | 377 | ||