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:
b2fbe44
)
rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is still...
author
Rod Whitby
<rod@whitby.id.au>
Tue, 25 Mar 2008 00:49:41 +0000
(
00:49
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Tue, 25 Mar 2008 00:49:41 +0000
(
00:49
+0000)
classes/rootfs_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.bbclass
b/classes/rootfs_ipk.bbclass
index
c8e068f
..
6f74ac2
100644
(file)
--- a/
classes/rootfs_ipk.bbclass
+++ b/
classes/rootfs_ipk.bbclass
@@
-60,6
+60,9
@@
fakeroot rootfs_ipk_do_rootfs () {
rm -f ${IMAGE_ROOTFS}${libdir}/opkg/lists/*
+ # Keep this line until package manager selection is implemented
+ ln -s opkg ${IMAGE_ROOTFS}${sysconfdir}/ipkg
+
${ROOTFS_POSTPROCESS_COMMAND}
log_check rootfs