diff options
Diffstat (limited to 'meta/recipes-support/libpsl/libpsl_0.21.1.bb')
-rw-r--r-- | meta/recipes-support/libpsl/libpsl_0.21.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.21.1.bb b/meta/recipes-support/libpsl/libpsl_0.21.1.bb index 4fc0ad8acb..58f56c145e 100644 --- a/meta/recipes-support/libpsl/libpsl_0.21.1.bb +++ b/meta/recipes-support/libpsl/libpsl_0.21.1.bb | |||
@@ -10,13 +10,13 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \ | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \ |
11 | file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18" | 11 | file://COPYING;md5=f41d10997a12da5ee3c24ceeb0148d18" |
12 | 12 | ||
13 | SRC_URI = "https://github.com/rockdaboot/${BPN}/releases/download/${PV}/${BP}.tar.gz \ | 13 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ |
14 | " | 14 | " |
15 | SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c" | 15 | SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" | 17 | GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases" |
18 | 18 | ||
19 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package | 19 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package github-releases |
20 | 20 | ||
21 | PACKAGECONFIG ?= "icu" | 21 | PACKAGECONFIG ?= "icu" |
22 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" | 22 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" |