opkg: really disable GPG in native and sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4250 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-04-14 13:55:05 +00:00
parent d32078c04d
commit 59c131d6f7
2 changed files with 4 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ require opkg.inc
DEPENDS = "curl-native"
PROVIDES += "virtual/update-alternatives-native"
RPROVIDES_${PN} += "update-alternatives-native"
PR = "r1"
PR = "r2"
target_libdir := "${libdir}"
inherit native
EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg"
EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg"

View File

@@ -1,8 +1,8 @@
require opkg.inc
DEPENDS = "curl-sdk"
PR = "r1"
PR = "r2"
inherit sdk
EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg"
EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg"