diff options
author | Marko Lindqvist <cazfi74@gmail.com> | 2013-01-15 13:51:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-16 11:57:35 +0000 |
commit | 0f948badad88b3724cdca92046fba0c52e870e7e (patch) | |
tree | 314b504e450e212938d6df676aa925c76b5755e5 /meta | |
parent | d88f051edfde7c1a1d80066003208440f77a0331 (diff) | |
download | poky-0f948badad88b3724cdca92046fba0c52e870e7e.tar.gz |
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.
(From OE-Core rev: 074566f49be59b2f507ba427f258e1ca345da3c9)
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')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc-0.2.2/obsolete_automake_macros.patch | 15 | ||||
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_0.2.2.bb | 4 |
2 files changed, 18 insertions, 1 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.2/obsolete_automake_macros.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.2/obsolete_automake_macros.patch new file mode 100644 index 0000000000..88d759fde6 --- /dev/null +++ b/meta/recipes-extended/libtirpc/libtirpc-0.2.2/obsolete_automake_macros.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-Status: Submitted [libtirpc-devel@lists.sourceforge.net] | ||
2 | |||
3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
4 | diff -Nurd libtirpc-0.2.2/configure.ac libtirpc-0.2.2/configure.ac | ||
5 | --- libtirpc-0.2.2/configure.ac 2011-05-02 15:10:40.000000000 +0300 | ||
6 | +++ libtirpc-0.2.2/configure.ac 2013-01-11 15:11:24.275000030 +0200 | ||
7 | @@ -17,7 +17,7 @@ | ||
8 | fi | ||
9 | |||
10 | AC_PROG_CC | ||
11 | -AM_CONFIG_HEADER(config.h) | ||
12 | +AC_CONFIG_HEADERS(config.h) | ||
13 | AC_PROG_LIBTOOL | ||
14 | AC_HEADER_DIRENT | ||
15 | AC_PREFIX_DEFAULT(/usr) | ||
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" | |||
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=f835cce8852481e4b2bbbdd23b5e47f3 \ |
8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" | 8 | file://src/netname.c;beginline=1;endline=27;md5=f8a8cd2cb25ac5aa16767364fb0e3c24" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | DEPENDS += "xz-native" | 11 | DEPENDS += "xz-native" |
12 | PROVIDES = "virtual/librpc" | 12 | PROVIDES = "virtual/librpc" |
@@ -16,7 +16,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \ | |||
16 | file://libtirpc-0.2.1-fortify.patch \ | 16 | file://libtirpc-0.2.1-fortify.patch \ |
17 | file://libtirpc-0.2.2-rpc-des-prot.patch \ | 17 | file://libtirpc-0.2.2-rpc-des-prot.patch \ |
18 | file://remove-des-crypt.patch \ | 18 | file://remove-des-crypt.patch \ |
19 | file://obsolete_automake_macros.patch \ | ||
19 | " | 20 | " |
21 | |||
20 | SRC_URI[libtirpc.md5sum] = "74c41c15c2909f7d11d9c7bfa7db6273" | 22 | SRC_URI[libtirpc.md5sum] = "74c41c15c2909f7d11d9c7bfa7db6273" |
21 | SRC_URI[libtirpc.sha256sum] = "f05eb17c85d62423858b8f74512cfe66a9ae1cedf93f03c2a0a32e04f0a33705" | 23 | SRC_URI[libtirpc.sha256sum] = "f05eb17c85d62423858b8f74512cfe66a9ae1cedf93f03c2a0a32e04f0a33705" |
22 | SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445" | 24 | SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445" |