From 3c335937950c28950409e8bc1b3087c53b5b7561 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 9 Sep 2011 15:36:10 -0500 Subject: meta-intel/common: remove grub-1.98 This has been moved into oe-core, so remove it from meta-intel. Signed-off-by: Tom Zanussi --- .../grub/grub-1.98/gentrigtables-compile-fix.patch | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch (limited to 'common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch') diff --git a/common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch b/common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch deleted file mode 100644 index d09ecf52..00000000 --- a/common/recipes-bsp/grub/grub-1.98/gentrigtables-compile-fix.patch +++ /dev/null @@ -1,52 +0,0 @@ -Index: grub-1.98/conf/any-emu.mk -=================================================================== ---- grub-1.98.orig/conf/any-emu.mk 2011-02-24 00:54:20.825116207 -0600 -+++ grub-1.98/conf/any-emu.mk 2011-02-24 00:55:55.465116194 -0600 -@@ -820,7 +820,7 @@ - ./gentrigtables > $@ - DISTCLEANFILES += trigtables.c - gentrigtables: gentrigtables.c -- $(CC) -o $@ $^ $(CPPFLAGS) -lm -+ $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm - DISTCLEANFILES += gentrigtables - - # For grub-mkfont. -Index: grub-1.98/conf/any-emu.rmk -=================================================================== ---- grub-1.98.orig/conf/any-emu.rmk 2011-02-24 00:54:24.565116208 -0600 -+++ grub-1.98/conf/any-emu.rmk 2011-02-24 00:56:40.665116186 -0600 -@@ -110,7 +110,7 @@ - ./gentrigtables > $@ - DISTCLEANFILES += trigtables.c - gentrigtables: gentrigtables.c -- $(CC) -o $@ $^ $(CPPFLAGS) -lm -+ $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm - DISTCLEANFILES += gentrigtables - - # For grub-mkfont. -Index: grub-1.98/conf/common.mk -=================================================================== ---- grub-1.98.orig/conf/common.mk 2011-02-24 00:54:30.345116207 -0600 -+++ grub-1.98/conf/common.mk 2011-02-24 00:57:08.415116181 -0600 -@@ -11159,7 +11159,7 @@ - ./gentrigtables > $@ - DISTCLEANFILES += trigtables.c - gentrigtables: gentrigtables.c -- $(CC) -o $@ $^ $(CPPFLAGS) -lm -+ $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm - DISTCLEANFILES += gentrigtables - - pkglib_MODULES += setjmp.mod -Index: grub-1.98/conf/common.rmk -=================================================================== ---- grub-1.98.orig/conf/common.rmk 2011-02-24 00:54:34.035116205 -0600 -+++ grub-1.98/conf/common.rmk 2011-02-24 00:57:31.045116179 -0600 -@@ -736,7 +736,7 @@ - ./gentrigtables > $@ - DISTCLEANFILES += trigtables.c - gentrigtables: gentrigtables.c -- $(CC) -o $@ $^ $(CPPFLAGS) -lm -+ $(BUILD_CC) -o $@ $^ $(BUILD_CPPFLAGS) -I${top_srcdir}/include -lm - DISTCLEANFILES += gentrigtables - - pkglib_MODULES += setjmp.mod -- cgit v1.2.3-54-g00ecf