git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
017444c
)
opkg: S98configure script is needed only on first boot (from Poky)
author
Marcin Juszkiewicz
<hrw@openedhand.com>
Thu, 19 Jun 2008 13:05:28 +0000
(13:05 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 23 Oct 2008 19:17:20 +0000
(21:17 +0200)
packages/opkg/opkg_svn.bb
patch
|
blob
|
history
diff --git
a/packages/opkg/opkg_svn.bb
b/packages/opkg/opkg_svn.bb
index
54b7141
..
24547d6
100644
(file)
--- 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