diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-14 13:55:05 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-14 13:55:05 +0000 |
commit | 59c131d6f7ed383652002b23a4b5bb9225eed2fe (patch) | |
tree | 0fd6802ac77d34e2f996e3b7c690e191581eadb3 /meta/packages/opkg/opkg-native_svn.bb | |
parent | d32078c04dbe5f3a95b7e4df68edac28437422d8 (diff) | |
download | poky-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.bb | 4 |
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 | |||
3 | DEPENDS = "curl-native" | 3 | DEPENDS = "curl-native" |
4 | PROVIDES += "virtual/update-alternatives-native" | 4 | PROVIDES += "virtual/update-alternatives-native" |
5 | RPROVIDES_${PN} += "update-alternatives-native" | 5 | RPROVIDES_${PN} += "update-alternatives-native" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | target_libdir := "${libdir}" | 8 | target_libdir := "${libdir}" |
9 | 9 | ||
10 | inherit native | 10 | inherit native |
11 | 11 | ||
12 | EXTRA_OECONF += "--with-opkglibdir=${target_libdir} -disable-gpg" | 12 | EXTRA_OECONF += "--with-opkglibdir=${target_libdir} --disable-gpg" |