summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/fix_host_path.patch16
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch14
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb (renamed from meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb)8
3 files changed, 2 insertions, 36 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
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 a12c4ddf27..0000000000
--- a/meta/recipes-extended/rpcbind/rpcbind/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,14 +0,0 @@
1Upstream-Status: Submitted [https://sourceforge.net/tracker/?func=detail&aid=3603149&group_id=201237&atid=976751]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd rpcbind-0.2.0/configure.in rpcbind-0.2.0/configure.in
5--- rpcbind-0.2.0/configure.in 2009-05-29 16:38:22.000000000 +0300
6+++ rpcbind-0.2.0/configure.in 2013-02-03 04:04:06.577480682 +0200
7@@ -4,7 +4,7 @@
8 # AM_MAINTAINER_MODE
9 AC_CONFIG_SRCDIR([src/rpcbind.c])
10 AC_PROG_CC
11- AM_CONFIG_HEADER(config.h)
12+ AC_CONFIG_HEADERS(config.h)
13 AC_HEADER_DIRENT
14 AC_PREFIX_DEFAULT(/usr)
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
index 16fb7b7392..6043501b5b 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
@@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b46486e4c4a416602693a711bb5bfa39 \
12 12
13SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \ 13SRC_URI = "${SOURCEFORGE_MIRROR}/rpcbind/rpcbind-${PV}.tar.bz2 \
14 file://init.d \ 14 file://init.d \
15 file://fix_host_path.patch \
16 file://obsolete_automake_macros.patch \
17 ${UCLIBCPATCHES} \ 15 ${UCLIBCPATCHES} \
18 file://rpcbind.conf \ 16 file://rpcbind.conf \
19 file://rpcbind.service \ 17 file://rpcbind.service \
@@ -24,10 +22,8 @@ UCLIBCPATCHES_libc-uclibc = "file://0001-uclibc-nss.patch \
24 " 22 "
25UCLIBCPATCHES ?= "" 23UCLIBCPATCHES ?= ""
26 24
27SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316" 25SRC_URI[md5sum] = "0a5f9c2142af814c55d957aaab3bcc68"
28SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3" 26SRC_URI[sha256sum] = "da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e"
29
30PR = "r4"
31 27
32inherit autotools update-rc.d systemd 28inherit autotools update-rc.d systemd
33 29