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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user