aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-15 17:52:18 +0100
committerPhil Blundell <philb@gnu.org>2009-06-15 17:52:18 +0100
commit4319baa438ea7b26d4b7d8474440e684c11d877b (patch)
tree882ac13570f1898e228b09380e3fe51583c92c2c /classes
parent0fc051cfc8b097362916c34b85dbe4dc3079d531 (diff)
downloadopenembedded-4319baa438ea7b26d4b7d8474440e684c11d877b.tar.gz
rootfs_ipk: move "mkdir /etc/opkg" inside ONLINE_PACKAGE_MANAGEMENT conditional
Diffstat (limited to 'classes')
-rw-r--r--classes/rootfs_ipk.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass
index 4e9affa523..f554e06dfa 100644
--- a/classes/rootfs_ipk.bbclass
+++ b/classes/rootfs_ipk.bbclass
@@ -64,9 +64,8 @@ fakeroot rootfs_ipk_do_rootfs () {
export IPKG_OFFLINE_ROOT=${IMAGE_ROOTFS}
export OPKG_OFFLINE_ROOT=${IPKG_OFFLINE_ROOT}
- mkdir -p ${IMAGE_ROOTFS}${sysconfdir}/opkg/
-
if [ "${ONLINE_PACKAGE_MANAGEMENT}" != "none" ]; then
+ mkdir -p ${IMAGE_ROOTFS}${sysconfdir}/opkg/
grep "^arch" ${IPKGCONF_TARGET} >${IMAGE_ROOTFS}${sysconfdir}/opkg/arch.conf
fi