[oe-commits] org.oe.dev opkg: really disable GPG in native and sdk (from Poky)

hrw commit oe at amethyst.openembedded.net
Mon Apr 14 13:41:20 UTC 2008


opkg: really disable GPG in native and sdk (from Poky)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: bfd97eeef754278ceda2ed7f140fb611e080e1f7
ViewMTN: http://monotone.openembedded.org/revision/info/bfd97eeef754278ceda2ed7f140fb611e080e1f7
Files:
1
packages/opkg/opkg-native_svn.bb
packages/opkg/opkg-sdk_svn.bb
Diffs:

#
# mt diff -re3a757b2289328aac8fbef1a36abe738900608a9 -rbfd97eeef754278ceda2ed7f140fb611e080e1f7
#
#
#
# patch "packages/opkg/opkg-native_svn.bb"
#  from [e527ac2860974b35fe26ef814c8e63f878fe6187]
#    to [7ec178fa2741f4880831408c2c1c976c71054742]
# 
# patch "packages/opkg/opkg-sdk_svn.bb"
#  from [38e13d0db11312ba3b893f891d63aad2c68e1ed0]
#    to [156b8718e5e00225d312dbd09f391d28045acc65]
#
============================================================
--- packages/opkg/opkg-native_svn.bb	e527ac2860974b35fe26ef814c8e63f878fe6187
+++ packages/opkg/opkg-native_svn.bb	7ec178fa2741f4880831408c2c1c976c71054742
@@ -1,10 +1,10 @@ DEPENDS = "curl-native"
 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"
============================================================
--- packages/opkg/opkg-sdk_svn.bb	38e13d0db11312ba3b893f891d63aad2c68e1ed0
+++ packages/opkg/opkg-sdk_svn.bb	156b8718e5e00225d312dbd09f391d28045acc65
@@ -1,7 +1,8 @@ DEPENDS = "curl-sdk"
 require opkg.inc
 
 DEPENDS = "curl-sdk"
+PR = "r1"
 
 inherit sdk
 
+EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg --disable-gpg"
-EXTRA_OECONF += "--with-opkglibdir=${target_libdir}/opkg -disable-gpg"






More information about the Openembedded-commits mailing list