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:
29e2470
)
rootfs_ipk.bbclass: symlink /usr/lib/opkg to /usr/lib/ipkg too
author
Rod Whitby
<rod@whitby.id.au>
Tue, 25 Mar 2008 04:00:02 +0000
(
04:00
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Tue, 25 Mar 2008 04:00:02 +0000
(
04:00
+0000)
classes/rootfs_ipk.bbclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.bbclass
b/classes/rootfs_ipk.bbclass
index
6f74ac2
..
02c5e69
100644
(file)
--- a/
classes/rootfs_ipk.bbclass
+++ b/
classes/rootfs_ipk.bbclass
@@
-60,8
+60,9
@@
fakeroot rootfs_ipk_do_rootfs () {
rm -f ${IMAGE_ROOTFS}${libdir}/opkg/lists/*
- # Keep th
is line
until package manager selection is implemented
+ # Keep th
ese lines
until package manager selection is implemented
ln -s opkg ${IMAGE_ROOTFS}${sysconfdir}/ipkg
+ ln -s opkg ${IMAGE_ROOTFS}${libdir}/ipkg
${ROOTFS_POSTPROCESS_COMMAND}