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 --- recipes/opkg/files/fix_endianness.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 recipes/opkg/files/fix_endianness.patch (limited to 'recipes/opkg/files/fix_endianness.patch') diff --git a/recipes/opkg/files/fix_endianness.patch b/recipes/opkg/files/fix_endianness.patch deleted file mode 100644 index 8632ce5658..0000000000 --- a/recipes/opkg/files/fix_endianness.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN opkg.orig/configure.ac opkg/configure.ac ---- opkg.orig/configure.ac 2008-03-20 13:29:09.000000000 +0100 -+++ opkg/configure.ac 2008-03-25 09:39:52.000000000 +0100 -@@ -94,7 +94,7 @@ - AC_CHECK_MEMBERS([struct stat.st_rdev]) - - # Checks endianness --AC_C_BIGENDIAN(ENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",) -+AC_C_BIGENDIAN(BIGENDIAN_CFLAGS="-DWORDS_BIGENDIAN=1",) - AC_SUBST(BIGENDIAN_CFLAGS) - - # Don't do annoying tests that don't work when cross-compiling, just trust them. -- cgit v1.2.3