From: Richard Purdie Date: Tue, 2 Oct 2012 11:01:53 +0000 (+0100) Subject: opkg: Drop nogpg version since the main version now has nogpg too X-Git-Tag: 2015-4~8983 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c8197c993c5848576a9c63660ff342571d31a4ba;p=openembedded-core.git opkg: Drop nogpg version since the main version now has nogpg too Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb b/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb deleted file mode 100644 index e1b9f24cca..0000000000 --- a/meta/recipes-devtools/opkg/opkg-nogpg_svn.bb +++ /dev/null @@ -1,8 +0,0 @@ -require opkg_svn.bb - -DEPENDS = "curl" -PROVIDES += "opkg" - -EXTRA_OECONF += "--disable-gpg" - -DEFAULT_PREFERENCE = "-1"