summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-12-11 19:24:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-14 09:11:18 +0000
commite70fb7895e1c922c53e313bc2dbd2fdf76ac5f7f (patch)
tree7a0fec509af393f94c14bfc891216dfe0461f9d5 /meta/recipes-extended/rpcbind/rpcbind
parent94090391d4310193d0421303c3b6c6f101fc430b (diff)
downloadast2050-yocto-poky-e70fb7895e1c922c53e313bc2dbd2fdf76ac5f7f.zip
ast2050-yocto-poky-e70fb7895e1c922c53e313bc2dbd2fdf76ac5f7f.tar.gz
rpcbind: upgrade to 0.2.1
fix_host_path.patch and obsolete_automake_macros.patch are no longer necessary, removed. (From OE-Core rev: 0ff336d9076b769d2e1d2ff425e64558bbef620f) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/rpcbind/rpcbind')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch16
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch14
2 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch b/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
deleted file mode 100644
index 590b344..0000000
--- a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This fixes the hardcoded HOST path
-
-Signed-off-by: Saul Wold <saul.wold@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
---- rpcbind-0.2.0/src/Makefile.am 2010-09-02 11:47:16.725763886 -0700
-+++ rpcbind-0.2.0_fixed/src/Makefile.am 2010-09-02 11:47:36.077763138 -0700
-@@ -29,6 +29,6 @@
-
- rpcbind_LDFLAGS = -lpthread -ltirpc
- rpcbind_LDADD = $(LIB_TIRPC)
--AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
-+AM_CPPFLAGS = -I=/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
- -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
-
diff --git a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch b/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
deleted file mode 100644
index a12c4dd..0000000
--- a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
-
-Signed-off-by: Marko Lindqvist <cazfi74@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)
OpenPOWER on IntegriCloud