[opkg-sdk] Fix wrong opkglibdir
authorJulian_chu <julian_chu@openmoko.com>
Tue, 16 Sep 2008 08:55:37 +0000 (16:55 +0800)
committerJohn 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

index bff1d7c..c28fe97 100644 (file)
@@ -1,8 +1,8 @@
 require opkg.inc
 
 DEPENDS = "curl-sdk"
-PR = "r1"
-
+PR = "r2"
+target_libdir := "${libdir}"
 inherit sdk
 
-EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg --disable-gpg"
+EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg"