1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
+2 -1
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"