summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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-core
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-core')
-rw-r--r--meta/recipes-core/readline/readline.inc2
-rw-r--r--meta/recipes-core/util-linux/util-linux.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc
index 052e2d5f3d..039ffdee00 100644
--- a/meta/recipes-core/readline/readline.inc
+++ b/meta/recipes-core/readline/readline.inc
@@ -4,7 +4,7 @@ command lines as they are typed in. Both Emacs and vi editing modes are availabl
4additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ 4additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \
5lines, and perform csh-like history expansion on previous commands." 5lines, and perform csh-like history expansion on previous commands."
6SECTION = "libs" 6SECTION = "libs"
7HOMEPAGE = "https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" 7HOMEPAGE = "https://tiswww.case.edu/php/chet/readline/rltop.html"
8 8
9# GPLv2+ (< 6.0), GPLv3+ (>= 6.0) 9# GPLv2+ (< 6.0), GPLv3+ (>= 6.0)
10LICENSE = "GPLv3+" 10LICENSE = "GPLv3+"
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 248dfc1b6e..0e85603d9a 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -1,5 +1,5 @@
1SUMMARY = "A suite of basic system administration utilities" 1SUMMARY = "A suite of basic system administration utilities"
2HOMEPAGE = "http://userweb.kernel.org/~kzak/util-linux/" 2HOMEPAGE = "https://en.wikipedia.org/wiki/Util-linux"
3DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \ 3DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \
4commonly found on most Linux systems. Some of the more important utilities include \ 4commonly found on most Linux systems. Some of the more important utilities include \
5disk partitioning, kernel message management, filesystem creation, and system login." 5disk partitioning, kernel message management, filesystem creation, and system login."
@@ -113,7 +113,7 @@ EXTRA_OECONF_append = " --disable-hwclock-gplv3"
113# 113#
114PACKAGECONFIG ?= "pcre2" 114PACKAGECONFIG ?= "pcre2"
115PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" 115PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
116# inherit manpages requires this to be present, however util-linux does not have 116# inherit manpages requires this to be present, however util-linux does not have
117# configuration options, and installs manpages always 117# configuration options, and installs manpages always
118PACKAGECONFIG[manpages] = "" 118PACKAGECONFIG[manpages] = ""
119PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," 119PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam,"