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 f1e62f1454..889547a441 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -484,7 +484,7 @@ rootfs_install_complementary() { | |||
484 | # Use the magic script to do all the work for us :) | 484 | # Use the magic script to do all the work for us :) |
485 | : > ${WORKDIR}/complementary_pkgs.txt | 485 | : > ${WORKDIR}/complementary_pkgs.txt |
486 | for vendor in '${TARGET_VENDOR}' ${MULTILIB_VENDORS} ; do | 486 | for vendor in '${TARGET_VENDOR}' ${MULTILIB_VENDORS} ; do |
487 | oe-pkgdata-util glob ${TMPDIR}/pkgdata $vendor-${TARGET_OS} ${WORKDIR}/installed_pkgs.txt "$GLOBS" >> ${WORKDIR}/complementary_pkgs.txt | 487 | oe-pkgdata-util glob ${PKGDATA_DIR} ${WORKDIR}/installed_pkgs.txt "$GLOBS" >> ${WORKDIR}/complementary_pkgs.txt |
488 | done | 488 | done |
489 | 489 | ||
490 | # Install the packages, if any | 490 | # Install the packages, if any |