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-core/util-linux | |
| 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-core/util-linux')
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.36.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.36.bb index 2ad00ff0a5..474f1e188c 100644 --- a/meta/recipes-core/util-linux/util-linux_2.36.bb +++ b/meta/recipes-core/util-linux/util-linux_2.36.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "A suite of basic system administration utilities" | 1 | SUMMARY = "A suite of basic system administration utilities" |
| 2 | HOMEPAGE = "http://userweb.kernel.org/~kzak/util-linux/" | 2 | HOMEPAGE = "https://en.wikipedia.org/wiki/Util-linux" |
| 3 | DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \ | 3 | DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \ |
| 4 | commonly found on most Linux systems. Some of the more important utilities include \ | 4 | commonly found on most Linux systems. Some of the more important utilities include \ |
| 5 | disk partitioning, kernel message management, filesystem creation, and system login." | 5 | disk partitioning, kernel message management, filesystem creation, and system login." |
| @@ -129,7 +129,7 @@ EXTRA_OECONF_append = " --disable-hwclock-gplv3" | |||
| 129 | # | 129 | # |
| 130 | PACKAGECONFIG ?= "pcre2" | 130 | PACKAGECONFIG ?= "pcre2" |
| 131 | PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 131 | PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
| 132 | # inherit manpages requires this to be present, however util-linux does not have | 132 | # inherit manpages requires this to be present, however util-linux does not have |
| 133 | # configuration options, and installs manpages always | 133 | # configuration options, and installs manpages always |
| 134 | PACKAGECONFIG[manpages] = "" | 134 | PACKAGECONFIG[manpages] = "" |
| 135 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," | 135 | PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam," |
