From 2d6b08eba3048a3a82a627036edd06cf26df12fb Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Jan 2023 12:05:10 +0100 Subject: libpsl: upgrade 0.21.1 -> 0.21.2 License-Update: copyright years (From OE-Core rev: 4b4ade81a82a0a69c737da969db8cb6a7824bd76) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-support/libpsl/libpsl_0.21.1.bb | 25 ------------------------- meta/recipes-support/libpsl/libpsl_0.21.2.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-support/libpsl/libpsl_0.21.1.bb create mode 100644 meta/recipes-support/libpsl/libpsl_0.21.2.bb diff --git a/meta/recipes-support/libpsl/libpsl_0.21.1.bb b/meta/recipes-support/libpsl/libpsl_0.21.1.bb deleted file mode 100644 index 58f56c145e..0000000000 --- a/meta/recipes-support/libpsl/libpsl_0.21.1.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Public Suffix List library" -DESCRIPTION = "The libpsl package provides a library for accessing and \ -resolving information from the Public Suffix List (PSL). The PSL is a set of \ -domain names beyond the standard suffixes, such as .com." - -HOMEPAGE = "https://rockdaboot.github.io/libpsl/" -BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \ - file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18" - -SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ - " -SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c" - -GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases" - -inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases - -PACKAGECONFIG ?= "icu" -PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" -PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu" -PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring" -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/libpsl/libpsl_0.21.2.bb b/meta/recipes-support/libpsl/libpsl_0.21.2.bb new file mode 100644 index 0000000000..3bbbc0e521 --- /dev/null +++ b/meta/recipes-support/libpsl/libpsl_0.21.2.bb @@ -0,0 +1,26 @@ +SUMMARY = "Public Suffix List library" +DESCRIPTION = "The libpsl package provides a library for accessing and \ +resolving information from the Public Suffix List (PSL). The PSL is a set of \ +domain names beyond the standard suffixes, such as .com." + +HOMEPAGE = "https://rockdaboot.github.io/libpsl/" +BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \ + file://COPYING;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \ + " + +SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ + " +SRC_URI[sha256sum] = "e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f" + +GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases" + +inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases + +PACKAGECONFIG ?= "icu" +PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" +PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu" +PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf