summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_ipk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/package_ipk.bbclass')
-rw-r--r--meta/classes/package_ipk.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass
index e83aff8fe9..c0893a6cda 100644
--- a/meta/classes/package_ipk.bbclass
+++ b/meta/classes/package_ipk.bbclass
@@ -75,6 +75,7 @@ package_tryout_install_multilib_ipk() {
75 fi 75 fi
76 done 76 done
77 if [ ! -z "${selected_pkg}" ]; then 77 if [ ! -z "${selected_pkg}" ]; then
78 rm -f ${target_rootfs}
78 mkdir -p ${target_rootfs}/${opkglibdir} 79 mkdir -p ${target_rootfs}/${opkglibdir}
79 opkg-cl ${ipkg_args} update 80 opkg-cl ${ipkg_args} update
80 opkg-cl ${ipkg_args} install ${selected_pkg} 81 opkg-cl ${ipkg_args} install ${selected_pkg}