From 0a010ac1b46651aaaf57008fb9e6db656822b2e4 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 23 Jan 2024 16:47:33 +0800 Subject: libpsl: upgrade 0.21.2 -> 0.21.5 License-Update: Copyright dates changed (From OE-Core rev: 36375f47d5672aa0c2eae16de9ae18693b3b8a55) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-support/libpsl/libpsl_0.21.2.bb | 26 -------------------------- meta/recipes-support/libpsl/libpsl_0.21.5.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-support/libpsl/libpsl_0.21.2.bb create mode 100644 meta/recipes-support/libpsl/libpsl_0.21.5.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libpsl/libpsl_0.21.2.bb b/meta/recipes-support/libpsl/libpsl_0.21.2.bb deleted file mode 100644 index 3bbbc0e521..0000000000 --- a/meta/recipes-support/libpsl/libpsl_0.21.2.bb +++ /dev/null @@ -1,26 +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=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" diff --git a/meta/recipes-support/libpsl/libpsl_0.21.5.bb b/meta/recipes-support/libpsl/libpsl_0.21.5.bb new file mode 100644 index 0000000000..b9341a986e --- /dev/null +++ b/meta/recipes-support/libpsl/libpsl_0.21.5.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=9f9e317096db2a598fc44237c5b8a4f7 \ + file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \ + " + +SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ + " +SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208" + +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