From 074566f49be59b2f507ba427f258e1ca345da3c9 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 15 Jan 2013 13:51:43 +0200 Subject: libtirpc: 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 Signed-off-by: Saul Wold --- meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb') diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb index 8988ca11c2..295ca83daa 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb @@ -6,7 +6,7 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=183075&atid=903784" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" -PR = "r0" +PR = "r1" DEPENDS += "xz-native" PROVIDES = "virtual/librpc" @@ -16,7 +16,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \ file://libtirpc-0.2.1-fortify.patch \ file://libtirpc-0.2.2-rpc-des-prot.patch \ file://remove-des-crypt.patch \ + file://obsolete_automake_macros.patch \ " + SRC_URI[libtirpc.md5sum] = "74c41c15c2909f7d11d9c7bfa7db6273" SRC_URI[libtirpc.sha256sum] = "f05eb17c85d62423858b8f74512cfe66a9ae1cedf93f03c2a0a32e04f0a33705" SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445" -- cgit 1.2.3-korg