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: lucaceresoli/bug-15201-perf-libtraceevent-missing~39820 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8197c993c5848576a9c63660ff342571d31a4ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e1b9f24ccaf..00000000000 --- 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"