[PATCH 04/30] rpm: fix build with automake 1.12
From: <hidden>
Date: 2012-05-23 00:13:58
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Nitin A Kamble <redacted> Signed-off-by: Nitin A Kamble <redacted> --- .../rpm/rpm/rpm_fix_for_automake-1.12.patch | 21 ++++++++++++++++++++ meta/recipes-devtools/rpm/rpm_5.4.0.bb | 3 +- 2 files changed, 23 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch
diff --git a/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch b/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch
new file mode 100644
index 0000000..abbb15d
--- /dev/null
+++ b/meta/recipes-devtools/rpm/rpm/rpm_fix_for_automake-1.12.patch@@ -0,0 +1,21 @@ +Upstream-Status: 2012/05/02 + +automake 1.12 has depricated automatic de-ANSI-fication. + +fix this issue: +| configure.ac:564: error: automatic de-ANSI-fication support has been removed + +Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> +2012/05/02 +Index: rpm-5.4.0/configure.ac +=================================================================== +--- rpm-5.4.0.orig/configure.ac ++++ rpm-5.4.0/configure.ac +@@ -561,7 +561,6 @@ dnl # platform specific checks + AC_SEARCH_LIBS([strerror],[cposix]) + + dnl # standard checks +-AM_C_PROTOTYPES + AC_C_INLINE + AC_C_BIGENDIAN +
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index 5ee6b47..3c259b2 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb@@ -45,7 +45,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" extrarpmdeps = "python perl file" extrarpmdeps_virtclass-native = "python-native file-native" -PR = "r36" +PR = "r37" # rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed # in order to extract the distribution SRPM into a format we can extract...
@@ -70,6 +70,7 @@ SRC_URI = "http://www.rpm5.org/files/rpm/rpm-5.4/rpm-5.4.0-0.20101229.src.rpm;ex file://pythondeps.sh \ file://rpmdeps-oecore.patch \ file://rpm-resolvedep.patch \ + file://rpm_fix_for_automake-1.12.patch \ " # file://rpm-autoconf.patch \
--
1.7.7