summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl/libpsl_0.21.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-23 22:20:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-25 16:00:11 +0100
commit742c773a93d1b7a5ca9d2f04e15492b170439180 (patch)
treebda61e6b2f1e29d119e74ac5c06f0572343cdbc2 /meta/recipes-support/libpsl/libpsl_0.21.1.bb
parenta395840f3a501a7fb3d22f3fe0c076fa5a7057e9 (diff)
downloadpoky-742c773a93d1b7a5ca9d2f04e15492b170439180.tar.gz
libpsl: update 0.21.0 -> 0.21.1.
(From OE-Core rev: f89396ccea48688c1ccc6ed29f3a119052fbcce5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.21.1.bb b/meta/recipes-support/libpsl/libpsl_0.21.1.bb
new file mode 100644
index 0000000000..0a48db65c3
--- /dev/null
+++ b/meta/recipes-support/libpsl/libpsl_0.21.1.bb
@@ -0,0 +1,20 @@
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"