summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/insserv/files/crosscompile_fix.patch
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-11-28 20:46:27 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-06 22:02:19 +0000
commit1f427822e3c34bf24fa4b4a511c30c0f6d72774e (patch)
tree7b71db6e550953356e1ce300f1c81c84c418792d /meta/recipes-devtools/insserv/files/crosscompile_fix.patch
parent9aef79e3a0bde4e4266b357652386ee1b4873260 (diff)
downloadopenembedded-core-contrib-1f427822e3c34bf24fa4b4a511c30c0f6d72774e.tar.gz
insserv: upgrade to version 1.14.0
* Removed obsolete patches * Disabled make check tests which cannot be run when cross-compiled * Added SUMMARY, DESCRIPTION, and PRIORITY fields * Added source checksums Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/insserv/files/crosscompile_fix.patch')
-rw-r--r--meta/recipes-devtools/insserv/files/crosscompile_fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-devtools/insserv/files/crosscompile_fix.patch b/meta/recipes-devtools/insserv/files/crosscompile_fix.patch
deleted file mode 100644
index 14d8db468f..0000000000
--- a/meta/recipes-devtools/insserv/files/crosscompile_fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: insserv-1.11.0/Makefile
-===================================================================
---- insserv-1.11.0.orig/Makefile 2008-08-25 16:00:00.000000000 +0100
-+++ insserv-1.11.0/Makefile 2008-08-25 16:00:25.000000000 +0100
-@@ -18,16 +18,7 @@
- #
- # Architecture
- #
--ifdef RPM_OPT_FLAGS
-- COPTS = -g $(RPM_OPT_FLAGS)
--else
-- ARCH = $(shell uname -i)
--ifeq ($(ARCH),i386)
-- COPTS = -O2 -mcpu=i586 -mtune=i686
--else
-- COPTS = -O2
--endif
--endif
-+COPTS = -O2
- COPTS += -g
-
- MY_CFLAGS = $(CFLAGS) -Wall $(COPTS) $(DEBUG) $(LOOPS) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \