summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libpsl')
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.1.bb20
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.5.bb26
2 files changed, 26 insertions, 20 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 0a48db65c3..0000000000
--- a/meta/recipes-support/libpsl/libpsl_0.21.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "Public Suffix List library"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \
5 file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18"
6
7SRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${PV}/${BP}.tar.gz \
8 "
9SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c"
10
11UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
12
13DEPENDS = "libidn2"
14
15inherit autotools gettext gtk-doc manpages pkgconfig lib_package
16
17PACKAGECONFIG ??= ""
18PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
19
20BBCLASSEXTEND = "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 @@
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=9f9e317096db2a598fc44237c5b8a4f7 \
11 file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \
12 "
13
14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
15 "
16SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208"
17
18GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"
19
20inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases
21
22PACKAGECONFIG ?= "icu"
23PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
24PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
25PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
26BBCLASSEXTEND = "native nativesdk"