diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-10-26 22:21:36 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 13:22:48 +0000 |
commit | b11f7236a2231c9d50e85c6434f073052cbec307 (patch) | |
tree | 32b244477d5f3489d3ad683d9560eac323894412 /meta/recipes-support/npth | |
parent | 10d1463de1fb5926c193b2f5e24e262880b00dc0 (diff) | |
download | poky-b11f7236a2231c9d50e85c6434f073052cbec307.tar.gz |
meta: fix some unresponsive homepages and bugtracker links
remove some extra whitespaces
(From OE-Core rev: 32ce3716761165b9df12306249418645724122cc)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/npth')
-rw-r--r-- | meta/recipes-support/npth/npth_1.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/npth/npth_1.6.bb b/meta/recipes-support/npth/npth_1.6.bb index 233e0dc4a4..88484acec3 100644 --- a/meta/recipes-support/npth/npth_1.6.bb +++ b/meta/recipes-support/npth/npth_1.6.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "New GNU Portable Threads library" | 1 | SUMMARY = "New GNU Portable Threads library" |
2 | HOMEPAGE = "http://www.gnupg.org/software/pth/" | 2 | HOMEPAGE = "https://www.gnu.org/software/pth/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPLv2+" | 4 | LICENSE = "LGPLv2+" |
5 | LIC_FILES_CHKSUM = "\ | 5 | LIC_FILES_CHKSUM = "\ |
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1da | |||
15 | 15 | ||
16 | BINCONFIG = "${bindir}/npth-config" | 16 | BINCONFIG = "${bindir}/npth-config" |
17 | 17 | ||
18 | inherit autotools binconfig-disabled multilib_header | 18 | inherit autotools binconfig-disabled multilib_header |
19 | 19 | ||
20 | FILES_${PN} = "${libdir}/libnpth.so.*" | 20 | FILES_${PN} = "${libdir}/libnpth.so.*" |
21 | FILES_${PN}-dev += "${bindir}/npth-config" | 21 | FILES_${PN}-dev += "${bindir}/npth-config" |