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-11-12 13:07:52 +0000 |
commit | cb050b05d67ac37d9ee3f6b47a72bb3329bc9e39 (patch) | |
tree | 914246cce7cbee8ee999c95b076566dcfb601cf6 /meta/recipes-kernel | |
parent | 9bf3399388e37d1f813c0b98fc8532ab411009fa (diff) | |
download | poky-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-kernel')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/wireless-regdb/wireless-regdb_2020.04.29.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 334453838e..5dae30ed88 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -4,7 +4,7 @@ | |||
4 | SUMMARY = "Tools for managing Linux kernel modules" | 4 | SUMMARY = "Tools for managing Linux kernel modules" |
5 | DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \ | 5 | DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \ |
6 | insert, remove, list, check properties, resolve dependencies and aliases." | 6 | insert, remove, list, check properties, resolve dependencies and aliases." |
7 | HOMEPAGE = "http://packages.profusion.mobi/kmod/" | 7 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kmod/" |
8 | LICENSE = "GPL-2.0+ & LGPL-2.1+" | 8 | LICENSE = "GPL-2.0+ & LGPL-2.1+" |
9 | LICENSE_libkmod = "LGPL-2.1+" | 9 | LICENSE_libkmod = "LGPL-2.1+" |
10 | SECTION = "base" | 10 | SECTION = "base" |
diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2020.04.29.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2020.04.29.bb index a5827b9ef0..30d4cb523f 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2020.04.29.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2020.04.29.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Wireless Central Regulatory Domain Database" | 1 | SUMMARY = "Wireless Central Regulatory Domain Database" |
2 | HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA" | 2 | HOMEPAGE = "https://wireless.wiki.kernel.org/en/developers/regulatory/crda" |
3 | SECTION = "net" | 3 | SECTION = "net" |
4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" |