[oe-commits] : grub: fix version 0.97 for automake 1.10

OE GIT Trial gittrial at amethyst.openembedded.net
Sat Sep 27 16:44:01 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 20e9904bf81112b614c2a1e9937751bed4630836
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=20e9904bf81112b614c2a1e9937751bed4630836

Author:  <woglinde2 at openembedded.org>
Date:   Sat Sep 27 16:23:59 2008 +0000

grub: fix version 0.97 for automake 1.10
* add patch from Kalev Lember
* closes bug 4587
* bump PR

---

 packages/grub/grub-0.97/automake-1.10.patch |   16 ++++++++++++++++
 packages/grub/grub_0.97.bb                  |    5 +++--
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/packages/grub/grub-0.97/.mtn2git_empty b/packages/grub/grub-0.97/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/grub/grub-0.97/automake-1.10.patch b/packages/grub/grub-0.97/automake-1.10.patch
new file mode 100644
index 0000000..e7c6ec0
--- /dev/null
+++ b/packages/grub/grub-0.97/automake-1.10.patch
@@ -0,0 +1,16 @@
+--- grub-0.97/configure.ac.orig
++++ grub-0.97/configure.ac
+@@ -56,12 +56,7 @@
+ 
+ AC_CHECK_TOOL(CC, gcc)
+ AC_PROG_CC
+-# We need this for older versions of Autoconf.
+-_AM_DEPENDENCIES(CC)
+-
+-dnl Because recent automake complains about AS, set it here.
+-CCAS="$CC"
+-AC_SUBST(CCAS)
++AM_PROG_AS
+ 
+ AC_ARG_WITH(binutils,
+   [  --with-binutils=DIR     search the directory DIR to find binutils])
diff --git a/packages/grub/grub_0.97.bb b/packages/grub/grub_0.97.bb
index 028a1a1..67fca24 100644
--- a/packages/grub/grub_0.97.bb
+++ b/packages/grub/grub_0.97.bb
@@ -3,9 +3,10 @@ HOMEPAGE = "http://www.gnu.org/software/grub"
 SECTION = "bootloaders"
 PRIORITY = "optional"
 RDEPENDS = "diffutils"
-PR = "r2"
+PR = "r3"
 
-SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz"
+SRC_URI = "ftp://alpha.gnu.org/gnu/grub/grub-${PV}.tar.gz \
+           file://automake-1.10.patch;patch=1"
 
 inherit autotools
 





More information about the Openembedded-commits mailing list