diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-01-23 16:47:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-24 15:46:19 +0000 |
commit | 0a010ac1b46651aaaf57008fb9e6db656822b2e4 (patch) | |
tree | 6e4c27c9ef80c50680ea0a512f569650018d433b /meta/recipes-support/libpsl/libpsl_0.21.5.bb | |
parent | 7de510c29ff86d38e885d7479703e3383fb72cfe (diff) | |
download | poky-0a010ac1b46651aaaf57008fb9e6db656822b2e4.tar.gz |
libpsl: upgrade 0.21.2 -> 0.21.5
License-Update: Copyright dates changed
(From OE-Core rev: 36375f47d5672aa0c2eae16de9ae18693b3b8a55)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpsl/libpsl_0.21.5.bb')
-rw-r--r-- | meta/recipes-support/libpsl/libpsl_0.21.5.bb | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Public Suffix List library" | ||
2 | DESCRIPTION = "The libpsl package provides a library for accessing and \ | ||
3 | resolving information from the Public Suffix List (PSL). The PSL is a set of \ | ||
4 | domain names beyond the standard suffixes, such as .com." | ||
5 | |||
6 | HOMEPAGE = "https://rockdaboot.github.io/libpsl/" | ||
7 | BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \ | ||
11 | file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \ | ||
12 | " | ||
13 | |||
14 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ | ||
15 | " | ||
16 | SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208" | ||
17 | |||
18 | GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases" | ||
19 | |||
20 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases | ||
21 | |||
22 | PACKAGECONFIG ?= "icu" | ||
23 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" | ||
24 | PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu" | ||
25 | PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring" | ||
26 | BBCLASSEXTEND = "native nativesdk" | ||