summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-02-03 12:13:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-06 09:37:23 +0000
commit7f484df0ea329515b47a9b437006c73500fc0fcb (patch)
tree09e8c4c48fa155c840c9c63c9e271c96d66d832a /meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
parent30996a17f155cf94d89becce6ce764674ab95fab (diff)
downloadpoky-7f484df0ea329515b47a9b437006c73500fc0fcb.tar.gz
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. (From OE-Core rev: 0f8583e6fe729f8cacc8fec8c66a5c7f7c944947) Signed-off-by: Marko Lindqvist <cazfi74@gmail.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_0.2.0.bb')
-rw-r--r--meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.0.bb
index a4380637ca..10076138bf 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 \
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 \ 15 file://fix_host_path.patch \
16 file://obsolete_automake_macros.patch \
16 ${UCLIBCPATCHES} \ 17 ${UCLIBCPATCHES} \
17 " 18 "
18 19
@@ -24,7 +25,7 @@ UCLIBCPATCHES ?= ""
24SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316" 25SRC_URI[md5sum] = "1a77ddb1aaea8099ab19c351eeb26316"
25SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3" 26SRC_URI[sha256sum] = "c92f263e0353887f16379d7708ef1fb4c7eedcf20448bc1e4838f59497a00de3"
26 27
27PR = "r3" 28PR = "r4"
28 29
29inherit autotools update-rc.d 30inherit autotools update-rc.d
30 31