summaryrefslogtreecommitdiff
path: root/packages/opkg/opkg-native_svn.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-04-14 13:31:51 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-04-14 13:31:51 +0000
commit7b929c9b4187e9126bea782e84ebc2027e5b2bbf (patch)
tree621435fae670cd8903f99fc6199fe4d8f0e83a5d /packages/opkg/opkg-native_svn.bb
parent4a323a4733b20eb9d13bda6cde2d6667f9ca615f (diff)
opkg: really disable GPG in native and sdk (from Poky)
Diffstat (limited to 'packages/opkg/opkg-native_svn.bb')
-rw-r--r--packages/opkg/opkg-native_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opkg/opkg-native_svn.bb b/packages/opkg/opkg-native_svn.bb
index 176a62359e..bc38d512d6 100644
--- a/packages/opkg/opkg-native_svn.bb
+++ b/packages/opkg/opkg-native_svn.bb
@@ -1,10 +1,10 @@
require opkg.inc
DEPENDS = "curl-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"