mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
https version seems more reliable and in an informal test fetching all gnupg recipes now takes <20% of the time it used to. Define GNUPG_MIRROR in bitbake.conf so future tweaks to this are easier. Replace some slower mirrors with the official ftp site and another from gnupg.org mirror list. Set UPSTREAM_CHECK_URI in all recipes that need it to "https://gnupg.org/download/index.html" as the directory listings are not up-to-date. (From OE-Core rev: dfc9178e2f2b6873ca497d981e308e00d15280b5) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
750 B
BlitzBasic
23 lines
750 B
BlitzBasic
SUMMARY = "New GNU Portable Threads library"
|
|
HOMEPAGE = "http://www.gnupg.org/software/pth/"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv3+ & GPLv2+"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://COPYING;md5=751419260aa954499f7abaabaa882bbe\
|
|
file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6\
|
|
"
|
|
UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
|
|
SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
|
|
file://pkgconfig.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "226bac7374b9466c6ec26b1c34dab844"
|
|
SRC_URI[sha256sum] = "6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a"
|
|
|
|
BINCONFIG = "${bindir}/npth-config"
|
|
|
|
inherit autotools binconfig-disabled
|
|
|
|
FILES_${PN} = "${libdir}/libnpth.so.*"
|
|
FILES_${PN}-dev += "${bindir}/npth-config"
|