summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-19 09:45:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-15 15:47:53 -0700
commit9a4f6264d24bda0ebfc2f22457a46e1277f20ffe (patch)
treef3e1da7e5554e4a6656656fe40731272e6a5e4a2
parent90b79ec0d752abeb45d22c627713abab68b0e83d (diff)
downloadpoky-9a4f6264d24bda0ebfc2f22457a46e1277f20ffe.tar.gz
libtirpc: Expose key_secretkey_is_set API
libnsl needs this API (From OE-Core rev: 103a41f50961d916d52343c6457639c6734d4e72) 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>
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch24
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb1
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 @@
1Add key_secretkey_is_set to exported symbols map
2
3key_secret_is_set is a typo in libtirpc map
4Patch taken from
5
6https://sourceforge.net/p/libtirpc/discussion/637321/thread/fd73d431/
7
8Upstream-Status: Pending
9
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11
12Index: 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
18SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ 19SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \