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:59 -0700
commita994748155d5845c09c83ff66621936e782039a6 (patch)
treee71832fcb30e6e8ab42a6d8d40130d5404155934
parentf7f0a0a7bd8ba24dd66fcb66a869b6347c00f216 (diff)
downloadpoky-a994748155d5845c09c83ff66621936e782039a6.tar.gz
libtirpc: Expose key_secretkey_is_set API
libnsl needs this API (From OE-Core rev: 36f9db435506922976b68ad0912d26674d574653) 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 \