opkg: fixed opkg-native to not create /usr/lib/opkg/opkg/ directory

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
This commit is contained in:
Marcin Juszkiewicz 2008-03-17 12:58:21 +00:00
parent 23684b683f
commit f608d3f318
1 changed files with 2 additions and 1 deletions

View 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"