diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-19 09:45:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-11 16:59:18 +0100 |
commit | 0edafa9ca71e0f722b97e4a3e3ba6b1c55305a5d (patch) | |
tree | 638f0e882d57b6772dc380eaf1ac2ff2614f6e45 /meta/recipes-extended | |
parent | 2b3d7e3a1019ef550559d812b5e17c945bb829e5 (diff) | |
download | poky-0edafa9ca71e0f722b97e4a3e3ba6b1c55305a5d.tar.gz |
libtirpc: Expose key_secretkey_is_set API
libnsl needs this API
(From OE-Core rev: 188fca2dec4b2da66c2f335bd92bfe874e3e7715)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch | 24 | ||||
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch new file mode 100644 index 0000000000..a276ba27a5 --- /dev/null +++ b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch | |||
@@ -0,0 +1,24 @@ | |||
1 | Add key_secretkey_is_set to exported symbols map | ||
2 | |||
3 | key_secret_is_set is a typo in libtirpc map | ||
4 | Patch taken from | ||
5 | |||
6 | https://sourceforge.net/p/libtirpc/discussion/637321/thread/fd73d431/ | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | |||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
11 | |||
12 | Index: libtirpc-1.0.1/src/libtirpc.map | ||
13 | =================================================================== | ||
14 | --- libtirpc-1.0.1.orig/src/libtirpc.map | ||
15 | +++ libtirpc-1.0.1/src/libtirpc.map | ||
16 | @@ -298,7 +298,7 @@ TIRPC_0.3.2 { | ||
17 | key_gendes; | ||
18 | key_get_conv; | ||
19 | key_setsecret; | ||
20 | - key_secret_is_set; | ||
21 | + key_secretkey_is_set; | ||
22 | key_setnet; | ||
23 | netname2host; | ||
24 | netname2user; | ||
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb index 8ba547506b..b96abc4d57 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | |||
@@ -13,6 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \ | |||
13 | ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ | 13 | ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ |
14 | file://libtirpc-1.0.2-rc3.patch \ | 14 | file://libtirpc-1.0.2-rc3.patch \ |
15 | file://libtirpc-0.2.1-fortify.patch \ | 15 | file://libtirpc-0.2.1-fortify.patch \ |
16 | file://export_key_secretkey_is_set.patch \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ | 19 | SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ |