summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
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/fix_host_path.patch
parent94090391d4310193d0421303c3b6c6f101fc430b (diff)
downloadpoky-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/fix_host_path.patch')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch16
1 files changed, 0 insertions, 16 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 590b34440c..0000000000
--- a/meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1This fixes the hardcoded HOST path
2
3Signed-off-by: Saul Wold <saul.wold@intel.com>
4
5Upstream-Status: Inappropriate [configuration]
6
7--- rpcbind-0.2.0/src/Makefile.am 2010-09-02 11:47:16.725763886 -0700
8+++ rpcbind-0.2.0_fixed/src/Makefile.am 2010-09-02 11:47:36.077763138 -0700
9@@ -29,6 +29,6 @@
10
11 rpcbind_LDFLAGS = -lpthread -ltirpc
12 rpcbind_LDADD = $(LIB_TIRPC)
13-AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
14+AM_CPPFLAGS = -I=/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
15 -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
16