aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:15:06 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:15:06 +0000
commit7b6ad5b9fb0a004cba5a5ff59004aa795ddf0a87 (patch)
tree999ea988606f1aefa0e1dd414b56b632d9b0718a /meta/packages/opkg
parent75f3ca5abb0d7a476a8926f2007bf40782326ce5 (diff)
downloadopenembedded-core-contrib-7b6ad5b9fb0a004cba5a5ff59004aa795ddf0a87.tar.gz
Fix postinstall scripts not to use IMAGE_ROOTFS direction by use D instead. Based on a patch from Carl Simonson <simonsonc@gmail.com>
Diffstat (limited to 'meta/packages/opkg')
-rw-r--r--meta/packages/opkg/opkg_svn.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/opkg/opkg_svn.bb b/meta/packages/opkg/opkg_svn.bb
index 92796a394f..4517cfff1c 100644
--- a/meta/packages/opkg/opkg_svn.bb
+++ b/meta/packages/opkg/opkg_svn.bb
@@ -6,7 +6,7 @@ RCONFLICTS_update-alternatives-cworth = "update-alternatives-dpkg"
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
PACKAGE_ARCH_update-alternatives-cworth = "all"
-PR = "r8"
+PR = "r9"
PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth"
@@ -36,8 +36,8 @@ if [ "x$D" != "x" ]; then
echo "#!/bin/sh
opkg-cl configure
rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
-" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
- chmod 0755 ${IMAGE_ROOTFS}${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
+" > $D${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
+ chmod 0755 $D${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure
fi
update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100