summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-10-26 22:21:36 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-12 13:07:52 +0000
commitcb050b05d67ac37d9ee3f6b47a72bb3329bc9e39 (patch)
tree914246cce7cbee8ee999c95b076566dcfb601cf6 /meta/recipes-support
parent9bf3399388e37d1f813c0b98fc8532ab411009fa (diff)
downloadpoky-cb050b05d67ac37d9ee3f6b47a72bb3329bc9e39.tar.gz
meta: fix some unresponsive homepages and bugtracker links
remove some extra whitespaces (From OE-Core rev: 3ac10faff7ef00f68031400e86a6882ce0d5090a) Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 32ce3716761165b9df12306249418645724122cc) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/atk/atk_2.34.1.bb5
-rw-r--r--meta/recipes-support/bash-completion/bash-completion_2.10.bb4
-rw-r--r--meta/recipes-support/npth/npth_1.6.bb4
3 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-support/atk/atk_2.34.1.bb b/meta/recipes-support/atk/atk_2.34.1.bb
index 277397c694..741350ffe5 100644
--- a/meta/recipes-support/atk/atk_2.34.1.bb
+++ b/meta/recipes-support/atk/atk_2.34.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Accessibility toolkit for GNOME" 1SUMMARY = "Accessibility toolkit for GNOME"
2HOMEPAGE = "http://live.gnome.org/GAP/" 2HOMEPAGE = "https://wiki.gnome.org/Accessibility"
3BUGTRACKER = "https://bugzilla.gnome.org/" 3BUGTRACKER = "https://gitlab.gnome.org/GNOME/atk/-/issues"
4SECTION = "x11/libs" 4SECTION = "x11/libs"
5 5
6LICENSE = "GPLv2+ & LGPLv2+" 6LICENSE = "GPLv2+ & LGPLv2+"
@@ -18,4 +18,3 @@ SRC_URI[archive.md5sum] = "f60bbaf8bdd08b93d98736b54b2fc8e9"
18SRC_URI[archive.sha256sum] = "d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb" 18SRC_URI[archive.sha256sum] = "d4f0e3b3d21265fcf2bc371e117da51c42ede1a71f6db1c834e6976bb20997cb"
19 19
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"
21
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.10.bb b/meta/recipes-support/bash-completion/bash-completion_2.10.bb
index 041af7490e..93e7d9dc3c 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.10.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.10.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Programmable Completion for Bash 4" 1SUMMARY = "Programmable Completion for Bash 4"
2HOMEPAGE = "http://bash-completion.alioth.debian.org/" 2HOMEPAGE = "https://github.com/scop/bash-completion"
3BUGTRACKER = "https://alioth.debian.org/projects/bash-completion/" 3BUGTRACKER = "https://github.com/scop/bash-completion/issues"
4 4
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 6LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
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 @@
1SUMMARY = "New GNU Portable Threads library" 1SUMMARY = "New GNU Portable Threads library"
2HOMEPAGE = "http://www.gnupg.org/software/pth/" 2HOMEPAGE = "https://www.gnu.org/software/pth/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPLv2+" 4LICENSE = "LGPLv2+"
5LIC_FILES_CHKSUM = "\ 5LIC_FILES_CHKSUM = "\
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1da
15 15
16BINCONFIG = "${bindir}/npth-config" 16BINCONFIG = "${bindir}/npth-config"
17 17
18inherit autotools binconfig-disabled multilib_header 18inherit autotools binconfig-disabled multilib_header
19 19
20FILES_${PN} = "${libdir}/libnpth.so.*" 20FILES_${PN} = "${libdir}/libnpth.so.*"
21FILES_${PN}-dev += "${bindir}/npth-config" 21FILES_${PN}-dev += "${bindir}/npth-config"