diff options
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
| -rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 4fcacc67ec..695bee0296 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
| @@ -22,6 +22,7 @@ opkglibdir = "${localstatedir}/lib/opkg" | |||
| 22 | 22 | ||
| 23 | # Which packages to not install on the basis of a recommendation | 23 | # Which packages to not install on the basis of a recommendation |
| 24 | BAD_RECOMMENDATIONS ?= "" | 24 | BAD_RECOMMENDATIONS ?= "" |
| 25 | MULTILIBRE_ALLOW_REP = "${opkglibdir}" | ||
| 25 | 26 | ||
| 26 | fakeroot rootfs_ipk_do_rootfs () { | 27 | fakeroot rootfs_ipk_do_rootfs () { |
| 27 | set -x | 28 | set -x |
| @@ -58,6 +59,7 @@ fakeroot rootfs_ipk_do_rootfs () { | |||
| 58 | export INSTALL_ROOTFS_IPK="${IMAGE_ROOTFS}" | 59 | export INSTALL_ROOTFS_IPK="${IMAGE_ROOTFS}" |
| 59 | export INSTALL_CONF_IPK="${IPKGCONF_TARGET}" | 60 | export INSTALL_CONF_IPK="${IPKGCONF_TARGET}" |
| 60 | export INSTALL_PACKAGES_NORMAL_IPK="${PACKAGE_INSTALL}" | 61 | export INSTALL_PACKAGES_NORMAL_IPK="${PACKAGE_INSTALL}" |
| 62 | export INSTALL_PACKAGES_MULTILIB_IPK="${MULTILIB_PACKAGE_INSTALL}" | ||
| 61 | 63 | ||
| 62 | package_install_internal_ipk | 64 | package_install_internal_ipk |
| 63 | 65 | ||
