]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: fixed opkg-native to not create /usr/lib/opkg/opkg/ directory
authorMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 17 Mar 2008 12:58:21 +0000 (12:58 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Mon, 17 Mar 2008 12:58:21 +0000 (12:58 +0000)
Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4023 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/opkg/opkg-native_svn.bb

index d5e20e14be6ee5107c631bc2912f2adc368dba48..176a62359e74104e9207e0762dcff6a4318d5eef 100644 (file)
@@ -1,9 +1,10 @@
 require opkg.inc
 
 DEPENDS = "curl-native"
+PR = "r1"
 
 target_libdir := "${libdir}"
 
 inherit native
 
-EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg"
+EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg"