summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl/libpsl_0.21.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-01-04 12:05:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 12:03:47 +0000
commit2d6b08eba3048a3a82a627036edd06cf26df12fb (patch)
tree5d34d9b32effe33f53c2e629b4869dc3b680c225 /meta/recipes-support/libpsl/libpsl_0.21.1.bb
parentc75c948c83e626efdb2ecd5ee856841e95701fc3 (diff)
downloadpoky-2d6b08eba3048a3a82a627036edd06cf26df12fb.tar.gz
libpsl: upgrade 0.21.1 -> 0.21.2
License-Update: copyright years (From OE-Core rev: 4b4ade81a82a0a69c737da969db8cb6a7824bd76) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpsl/libpsl_0.21.1.bb')
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.1.bb25
1 files changed, 0 insertions, 25 deletions
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 @@
1SUMMARY = "Public Suffix List library"
2DESCRIPTION = "The libpsl package provides a library for accessing and \
3resolving information from the Public Suffix List (PSL). The PSL is a set of \
4domain names beyond the standard suffixes, such as .com."
5
6HOMEPAGE = "https://rockdaboot.github.io/libpsl/"
7BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues"
8
9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \
11 file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18"
12
13SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
14 "
15SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c"
16
17GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"
18
19inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases
20
21PACKAGECONFIG ?= "icu"
22PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
23PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
24PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
25BBCLASSEXTEND = "native nativesdk"