summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg/opkg-native_svn.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-14 13:55:05 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-14 13:55:05 +0000
commit59c131d6f7ed383652002b23a4b5bb9225eed2fe (patch)
tree0fd6802ac77d34e2f996e3b7c690e191581eadb3 /meta/packages/opkg/opkg-native_svn.bb
parentd32078c04dbe5f3a95b7e4df68edac28437422d8 (diff)
downloadpoky-59c131d6f7ed383652002b23a4b5bb9225eed2fe.tar.gz
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
Diffstat (limited to 'meta/packages/opkg/opkg-native_svn.bb')
-rw-r--r--meta/packages/opkg/opkg-native_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/opkg/opkg-native_svn.bb b/meta/packages/opkg/opkg-native_svn.bb
index 00675ab911..888c4117c9 100644
--- a/meta/packages/opkg/opkg-native_svn.bb
+++ b/meta/packages/opkg/opkg-native_svn.bb
@@ -3,10 +3,10 @@ require opkg.inc
3DEPENDS = "curl-native" 3DEPENDS = "curl-native"
4PROVIDES += "virtual/update-alternatives-native" 4PROVIDES += "virtual/update-alternatives-native"
5RPROVIDES_${PN} += "update-alternatives-native" 5RPROVIDES_${PN} += "update-alternatives-native"
6PR = "r1" 6PR = "r2"
7 7
8target_libdir := "${libdir}" 8target_libdir := "${libdir}"
9 9
10inherit native 10inherit native
11 11
12EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg" 12EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg"