From 07b382255f737474191429a6cd446df389a1a271 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 25 Nov 2024 14:32:01 +0000 Subject: libnsl2: embed version in filename This recipe fetches a tagged commit, so embed the PV in the filename. (From OE-Core rev: dddf0d4d5a702f07162852dd06b03582496a8736) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/libnsl/libnsl2_2.0.1.bb | 22 ++++++++++++++++++++++ meta/recipes-extended/libnsl/libnsl2_git.bb | 26 -------------------------- 2 files changed, 22 insertions(+), 26 deletions(-) create mode 100644 meta/recipes-extended/libnsl/libnsl2_2.0.1.bb delete mode 100644 meta/recipes-extended/libnsl/libnsl2_git.bb (limited to 'meta/recipes-extended/libnsl') diff --git a/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb new file mode 100644 index 0000000000..1b9be620c0 --- /dev/null +++ b/meta/recipes-extended/libnsl/libnsl2_2.0.1.bb @@ -0,0 +1,22 @@ +# Copyright (C) 2017 Khem Raj +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)" +DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\ + it was part of glibc and now is standalone packages. it also supports IPv6" +HOMEPAGE = "https://github.com/thkukuk/libnsl" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" +SECTION = "libs" +DEPENDS = "libtirpc" + +CVE_PRODUCT = "libnsl_project:libnsl" + +SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https" +SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig gettext + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-extended/libnsl/libnsl2_git.bb b/meta/recipes-extended/libnsl/libnsl2_git.bb deleted file mode 100644 index 082c888be2..0000000000 --- a/meta/recipes-extended/libnsl/libnsl2_git.bb +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (C) 2017 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "Library containing NIS functions using TI-RPC (IPv6 enabled)" -DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\ - it was part of glibc and now is standalone packages. it also supports IPv6" -HOMEPAGE = "https://github.com/thkukuk/libnsl" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -SECTION = "libs" -DEPENDS = "libtirpc" - -CVE_PRODUCT = "libnsl_project:libnsl" - -PV = "2.0.1" - -SRCREV = "d4b22e54b5e6637a69b26eab5faad2a326c9b182" - -SRC_URI = "git://github.com/thkukuk/libnsl;branch=master;protocol=https \ - " - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig gettext - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf