From 11d08db8106e173599cf5efec58d2710c66bba51 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Tue, 29 Jun 2010 18:54:00 +0000 Subject: opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl. None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower Acked-by: Khem Raj Acked-by: Martin Jansa --- conf/compatibility-providers.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/compatibility-providers.conf') diff --git a/conf/compatibility-providers.conf b/conf/compatibility-providers.conf index 3c193d6ae9..9ab1bb9864 100644 --- a/conf/compatibility-providers.conf +++ b/conf/compatibility-providers.conf @@ -46,7 +46,6 @@ PREFERRED_PROVIDER_libxss ?= "libxss" PREFERRED_PROVIDER_ntp ?= "ntp" PREFERRED_PROVIDER_openmoko-alsa-scenarios ?= "fsodeviced" PREFERRED_PROVIDER_opkg ?= "opkg" -#PREFERRED_PROVIDER_opkg ?= "opkg-nogpg" PREFERRED_PROVIDER_qemu-native ?= "qemu-native" PREFERRED_PROVIDER_qt4-embedded ?= "qt4-embedded" PREFERRED_PROVIDER_qt4-x11-free ?= "qt4-x11-free" -- cgit 1.2.3-korg