From patchwork Thu Mar 15 17:29:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Purdie X-Patchwork-Id: 131832 Delivered-To: patch@linaro.org Received: by 10.46.84.17 with SMTP id i17csp1398015ljb; Thu, 15 Mar 2018 10:31:20 -0700 (PDT) X-Google-Smtp-Source: AG47ELsN+NreUG+//q5QYNsAbTe0qu9PI+l+Mta06K77U8ownEhZctXl4sdCfWKGrWbzAkEAklaG X-Received: by 2002:a17:902:a70c:: with SMTP id w12-v6mr8103203plq.243.1521135080737; Thu, 15 Mar 2018 10:31:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521135080; cv=none; d=google.com; s=arc-20160816; b=VgWHvxNVGvk3gvpM8WZOVin3XC0CHbu+ZIGvCyQI9uU8p31CTNPjS2TCtBgFGwfRmc r9vw6jkIumF5RvU/8T5Aa8BLzqagh1thN2zTqf6fWmo6vNenKadAxzcpcQMX9zskvMhK 6gWdNBS6ajpeZ0v/T52WtjBxwgX5Mz2dorcfI/lxY3wZrvTCqaYlXMKboROc45L4sB/e o0f8o9Gz0YLrx5hyA3Yap9KkqKjk+EHOeGYtIeUqPJeoyOSm9/V+WJxcXtAPicp87x+F WUIPAOvTsi7ft8QKXhL1t7rHcBSFlz3/blsdrefsFuphQNIUNMeuQykB9XeLG765b34m gK3w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=errors-to:sender:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:references:in-reply-to:message-id:date :to:from:delivered-to:arc-authentication-results; bh=TO65HT/IXpnhvgISn9lRn1y/JxoQLsTYg4Bwua9rNaM=; b=Lu4fLxbnVa7t27A1KxmXYRWwLg8WAJp8/IWgv8ojzH3UnIK+iW4uQz3CxgLxU2kwvW GM9YYD4OLpKKMrotVAsSiCEe9OGID344BdLwNw3n/QeA3SFBM4SRNovEwidQgs+AxLX8 lIRkcb03W4j3Ich0f4ltueE8XH6F0SjNxYOaNS1gvQ6/dApz/UWqAGz49vdFxOH1qMsW 4IozE11Z6S8sIguJmyOSqWLwELg5cGQhF/C/hWC8q402mUfQFsjqSwuU8bOqLhV3MFkP kPXdmiU2Q7MeF2/aiLFzTHwXyWU548H3QnwhxoV2tc4gnF4CcMkzYBOv64JpR1mahv5U rx0Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id 91-v6si4406472ply.646.2018.03.15.10.31.20; Thu, 15 Mar 2018 10:31:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org Received: from layers.openembedded.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id 782987890E; Thu, 15 Mar 2018 17:30:43 +0000 (UTC) X-Original-To: openembedded-core@lists.openembedded.org Delivered-To: openembedded-core@lists.openembedded.org Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 665F87887F for ; Thu, 15 Mar 2018 17:30:24 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id w2FHUEGT006070 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 15 Mar 2018 17:30:17 GMT Received: from richard by hex with local (Exim 4.86_2) (envelope-from ) id 1ewWhh-0003Ay-VN; Thu, 15 Mar 2018 10:30:13 -0700 From: Richard Purdie To: openembedded-core@lists.openembedded.org Date: Thu, 15 Mar 2018 10:29:59 -0700 Message-Id: <1521135009-12149-3-git-send-email-richard.purdie@linuxfoundation.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1521135009-12149-1-git-send-email-richard.purdie@linuxfoundation.org> References: <1521135009-12149-1-git-send-email-richard.purdie@linuxfoundation.org> X-Virus-Scanned: clamav-milter 0.99.3 at dan X-Virus-Status: Clean Subject: [OE-core] [morty][PATCH 03/13] libtirpc: Expose key_secretkey_is_set API X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org From: Khem Raj libnsl needs this API Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../libtirpc/export_key_secretkey_is_set.patch | 24 ++++++++++++++++++++++ meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 + 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core 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 0000000..a276ba2 --- /dev/null +++ b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch @@ -0,0 +1,24 @@ +Add key_secretkey_is_set to exported symbols map + +key_secret_is_set is a typo in libtirpc map +Patch taken from + +https://sourceforge.net/p/libtirpc/discussion/637321/thread/fd73d431/ + +Upstream-Status: Pending + +Signed-off-by: Khem Raj + +Index: libtirpc-1.0.1/src/libtirpc.map +=================================================================== +--- libtirpc-1.0.1.orig/src/libtirpc.map ++++ libtirpc-1.0.1/src/libtirpc.map +@@ -298,7 +298,7 @@ TIRPC_0.3.2 { + key_gendes; + key_get_conv; + key_setsecret; +- key_secret_is_set; ++ key_secretkey_is_set; + key_setnet; + netname2host; + netname2user; diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb index 8ba5475..b96abc4 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 \ ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ file://libtirpc-1.0.2-rc3.patch \ file://libtirpc-0.2.1-fortify.patch \ + file://export_key_secretkey_is_set.patch \ " SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \