opkg: S98configure script is needed only on first boot (from Poky)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 19 Jun 2008 13:05:28 +0000 (13:05 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 23 Oct 2008 19:17:20 +0000 (21:17 +0200)
packages/opkg/opkg_svn.bb

index 54b7141..24547d6 100644 (file)
@@ -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