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:
04f18d6
)
[opkg-sdk] Fix wrong opkglibdir
author
Julian_chu
<julian_chu@openmoko.com>
Tue, 16 Sep 2008 08:55:37 +0000
(16:55 +0800)
committer
John Lee
<john_lee@openmoko.org>
Thu, 18 Dec 2008 15:27:43 +0000
(23:27 +0800)
The original opkglibdir is wrong, it will set the opkg libdir as "/opkg/opkg".
Change it to "/usr/lib/opkg/"
packages/opkg/opkg-sdk_svn.bb
patch
|
blob
|
history
diff --git
a/packages/opkg/opkg-sdk_svn.bb
b/packages/opkg/opkg-sdk_svn.bb
index
bff1d7c
..
c28fe97
100644
(file)
--- a/
packages/opkg/opkg-sdk_svn.bb
+++ b/
packages/opkg/opkg-sdk_svn.bb
@@
-1,8
+1,8
@@
require opkg.inc
DEPENDS = "curl-sdk"
-PR = "r
1
"
-
+PR = "r
2
"
+target_libdir := "${libdir}"
inherit sdk
-EXTRA_OECONF += "--with-opkglibdir=${target_libdir}
/opkg
--disable-gpg"
+EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg"