summaryrefslogtreecommitdiffstats
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-22 22:05:58 +0100
commit7457153b8e91cf904abcff3b4654f507624b6e44 (patch)
tree7d0ec5865d0bd2f0cee883df674febfb36106e0b
parent4025916aba5c9d71d19a781143d4c2d48d5d0b40 (diff)
downloadpoky-7457153b8e91cf904abcff3b4654f507624b6e44.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. (From OE-Core rev: b21e67685d30db4b92475b4f967b74b214b453d4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@
1SUMMARY = "New GNU Portable Threads library" 1SUMMARY = "New GNU Portable Threads library"
2DESCRIPTION = "nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. " 2DESCRIPTION = "nPth is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. "
3HOMEPAGE = "https://www.gnu.org/software/pth/" 3HOMEPAGE = "https://gnupg.org/software/npth/"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPL-2.0-or-later" 5LICENSE = "LGPL-2.0-or-later"
6LIC_FILES_CHKSUM = "\ 6LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de"
7 file://COPYING.LIB;md5=2caced0b25dfefd4c601d92bd15116de\
8 "
9UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" 7UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
8
10SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \ 9SRC_URI = "${GNUPG_MIRROR}/npth/npth-${PV}.tar.bz2 \
11 file://pkgconfig.patch \ 10 file://pkgconfig.patch \
12 file://musl-fix.patch \ 11 file://musl-fix.patch \