[oe-commits] Marko Lindqvist : rpcbind: replace obsolete automake macros with working ones

git at git.openembedded.org git at git.openembedded.org
Wed Feb 6 09:38:01 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 0f8583e6fe729f8cacc8fec8c66a5c7f7c944947
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0f8583e6fe729f8cacc8fec8c66a5c7f7c944947

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Sun Feb  3 12:13:43 2013 +0200

rpcbind: replace obsolete automake macros with working ones

Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.

Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../rpcbind/rpcbind/obsolete_automake_macros.patch |   14 ++++++++++++++
 meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb     |    3 ++-
 2 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch b/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
new file mode 100644
index 0000000..a12c4dd
--- /dev/null
+++ b/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
@@ -0,0 +1,14 @@
+Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
+
+Signed-off-by: Marko Lindqvist <cazfi74 at gmail.com>
+diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in
+--- rpcbind-0.2.0/configure.in	2009-05-29 16:38:22.000000000 +0300
++++ rpcbind-0.2.0/configure.in	2013-02-03 04:04:06.577480682 +0200
+@@ -4,7 +4,7 @@
+ # AM_MAINTAINER_MODE
+ AC_CONFIG_SRCDIR([src/rpcbind.c])
+  AC_PROG_CC
+- AM_CONFIG_HEADER(config.h)
++ AC_CONFIG_HEADERS(config.h)
+  AC_HEADER_DIRENT
+  AC_PREFIX_DEFAULT(/usr)
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
index a438063..1007613 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \
 SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
            file://init.d \
            file://fix_host_path.patch \
+           file://obsolete_automake_macros.patch \
            ${UCLIBCPATCHES} \
           "
 
@@ -24,7 +25,7 @@ UCLIBCPATCHES ?= ""
 SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316"
 SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3"
 
-PR = "r3"
+PR = "r4"
 
 inherit autotools update-rc.d
 





More information about the Openembedded-commits mailing list