diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 13:05:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 21:17:20 +0200 |
commit | 06ec44b8cadf446a9c5d455c50395b5b1a2d5a30 (patch) | |
tree | 7620c75837d25be0d0b0374381a71debd19f08cb | |
parent | 017444c7f4dfc4b291a2fb4039ce13a995ec2a94 (diff) |
opkg: S98configure script is needed only on first boot (from Poky)
-rw-r--r-- | packages/opkg/opkg_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opkg/opkg_svn.bb b/packages/opkg/opkg_svn.bb index 54b7141bdc..24547d6503 100644 --- a/packages/opkg/opkg_svn.bb +++ b/packages/opkg/opkg_svn.bb @@ -17,6 +17,7 @@ if [ "x$D" != "x" ]; then # this happens at S98 where our good 'ole packages script used to run 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 fi |