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/libtirpc/libtirpc_1.0.1.bb | |
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/libtirpc/libtirpc_1.0.1.bb')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |