diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 13:05:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 13:05:28 +0000 |
commit | 27ca3c3e3d19a4f1c78592fea746be606625c834 (patch) | |
tree | e832c65744bed773a856b589d91f49b3163728e8 /meta/packages/opkg | |
parent | ba3f99d75024836fa95687397ba714f344d6d79f (diff) | |
download | poky-27ca3c3e3d19a4f1c78592fea746be606625c834.tar.gz |
opkg: S98configure script is needed only on first boot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4705 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/opkg')
-rw-r--r-- | meta/packages/opkg/opkg_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/opkg/opkg_svn.bb b/meta/packages/opkg/opkg_svn.bb index 0fbe4f719d..054ce9744e 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" | |||
6 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" | 6 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}" |
7 | PACKAGE_ARCH_update-alternatives-cworth = "all" | 7 | PACKAGE_ARCH_update-alternatives-cworth = "all" |
8 | 8 | ||
9 | PR = "r4" | 9 | PR = "r5" |
10 | 10 | ||
11 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" | 11 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" |
12 | 12 | ||
@@ -26,6 +26,7 @@ if [ "x$D" != "x" ]; then | |||
26 | # this happens at S98 where our good 'ole packages script used to run | 26 | # this happens at S98 where our good 'ole packages script used to run |
27 | echo "#!/bin/sh | 27 | echo "#!/bin/sh |
28 | opkg-cl configure | 28 | opkg-cl configure |
29 | rm -f /${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | ||
29 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 30 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
30 | chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure | 31 | chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${OPKG_INIT_POSITION}configure |
31 | fi | 32 | fi |