summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-04-22 16:38:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-23 13:40:18 +0100
commitf876f3a50dfa7f2da13e4b25608fd5f76bc87b3b (patch)
tree5ce56865354bd5f900944579c738c37810d8a6f1 /meta
parentb616e260855a9d8fbf5c1b6a1b49278673b24d7f (diff)
downloadopenembedded-core-contrib-f876f3a50dfa7f2da13e4b25608fd5f76bc87b3b.tar.gz
npth: update homepage
Set the homepage to the actual homepage, not that of the older GNU Pth. Also fix some whitespace in the license fields. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/npth/npth_1.7.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/npth/npth_1.7.bb b/meta/recipes-support/npth/npth_1.7.bb
index f02a731f85..45d4efb4a9 100644
--- a/meta/recipes-support/npth/npth_1.7.bb
+++ b/meta/recipes-support/npth/npth_1.7.bb
@@ -1,12 +1,11 @@
SUMMARY = "New GNU Portable Threads library"
DESCRIPTION = "nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. "
-HOMEPAGE = "https://www.gnu.org/software/pth/"
+HOMEPAGE = "https://gnupg.org/software/npth/"
SECTION = "libs"
LICENSE = "LGPL-2.0-or-later"
-LIC_FILES_CHKSUM = "\
- file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de\
- "
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de"
UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
+
SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
file://pkgconfig.patch \
file://musl-fix.patch \