diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/package_ipk.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index e46a52a022..d735051f7d 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -198,7 +198,7 @@ ipk_log_check() { | |||
198 | # Update the Packages index files in ${DEPLOY_DIR_IPK} | 198 | # Update the Packages index files in ${DEPLOY_DIR_IPK} |
199 | # | 199 | # |
200 | package_update_index_ipk () { | 200 | package_update_index_ipk () { |
201 | set -x | 201 | #set -x |
202 | 202 | ||
203 | ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}" | 203 | ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}" |
204 | 204 | ||
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index b73ff4bbce..fadec4d90d 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -26,7 +26,7 @@ BAD_RECOMMENDATIONS ?= "" | |||
26 | MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" | 26 | MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" |
27 | 27 | ||
28 | fakeroot rootfs_ipk_do_rootfs () { | 28 | fakeroot rootfs_ipk_do_rootfs () { |
29 | set -x | 29 | #set -x |
30 | 30 | ||
31 | rm -f ${IPKGCONF_TARGET} | 31 | rm -f ${IPKGCONF_TARGET} |
32 | touch ${IPKGCONF_TARGET} | 32 | touch ${IPKGCONF_TARGET} |