diff options
Diffstat (limited to 'meta')
20 files changed, 25 insertions, 28 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 84e27d2007..a8df80fdd6 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "User support binary for the uvesafb kernel module" | 1 | SUMMARY = "User support binary for the uvesafb kernel module" |
2 | HOMEPAGE = "http://dev.gentoo.org/~spock/projects/uvesafb/" | 2 | HOMEPAGE = "https://tracker.debian.org/pkg/v86d" |
3 | 3 | ||
4 | # the copyright info is at the bottom of README, expect break | 4 | # the copyright info is at the bottom of README, expect break |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
diff --git a/meta/recipes-connectivity/bind/bind_9.16.7.bb b/meta/recipes-connectivity/bind/bind_9.16.7.bb index 5fc2c1d3cd..fbe3de63cb 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.7.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.7.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "ISC Internet Domain Name Server" | 1 | SUMMARY = "ISC Internet Domain Name Server" |
2 | HOMEPAGE = "http://www.isc.org/sw/bind/" | 2 | HOMEPAGE = "https://www.isc.org/bind/" |
3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
4 | 4 | ||
5 | LICENSE = "MPL-2.0" | 5 | LICENSE = "MPL-2.0" |
diff --git a/meta/recipes-connectivity/iw/iw_5.8.bb b/meta/recipes-connectivity/iw/iw_5.8.bb index 97ca66d66f..e0456fbf00 100644 --- a/meta/recipes-connectivity/iw/iw_5.8.bb +++ b/meta/recipes-connectivity/iw/iw_5.8.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "nl80211 based CLI configuration utility for wireless devices" | |||
2 | DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ | 2 | DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ |
3 | wireless devices. It supports almost all new drivers that have been added \ | 3 | wireless devices. It supports almost all new drivers that have been added \ |
4 | to the kernel recently. " | 4 | to the kernel recently. " |
5 | HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw" | 5 | HOMEPAGE = "https://wireless.wiki.kernel.org/en/users/documentation/iw" |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | LICENSE = "BSD-2-Clause" | 7 | LICENSE = "BSD-2-Clause" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" |
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 | |||
4 | additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ | 4 | additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \ |
5 | lines, and perform csh-like history expansion on previous commands." | 5 | lines, and perform csh-like history expansion on previous commands." |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" | 7 | HOMEPAGE = "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) |
10 | LICENSE = "GPLv3+" | 10 | LICENSE = "GPLv3+" |
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," |
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb index 8de8850576..f12366b4e8 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb | |||
@@ -2,8 +2,7 @@ SUMMARY = "Tool to edit rpath in ELF binaries" | |||
2 | DESCRIPTION = "chrpath allows you to change the rpath (where the \ | 2 | DESCRIPTION = "chrpath allows you to change the rpath (where the \ |
3 | application looks for libraries) in an application. It does not \ | 3 | application looks for libraries) in an application. It does not \ |
4 | (yet) allow you to add an rpath if there isn't one already." | 4 | (yet) allow you to add an rpath if there isn't one already." |
5 | HOMEPAGE = "http://alioth.debian.org/projects/chrpath/" | 5 | HOMEPAGE = "https://tracker.debian.org/pkg/chrpath" |
6 | BUGTRACKER = "http://alioth.debian.org/tracker/?atid=412807&group_id=31052" | ||
7 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
9 | 8 | ||
diff --git a/meta/recipes-devtools/ninja/ninja_1.10.1.bb b/meta/recipes-devtools/ninja/ninja_1.10.1.bb index eefac4166a..ecb0566f37 100644 --- a/meta/recipes-devtools/ninja/ninja_1.10.1.bb +++ b/meta/recipes-devtools/ninja/ninja_1.10.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Ninja is a small build system with a focus on speed." | 1 | SUMMARY = "Ninja is a small build system with a focus on speed." |
2 | HOMEPAGE = "http://martine.github.com/ninja/" | 2 | HOMEPAGE = "https://ninja-build.org/" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" |
5 | 5 | ||
diff --git a/meta/recipes-extended/lsb/lsb-release_1.4.bb b/meta/recipes-extended/lsb/lsb-release_1.4.bb index a06cbcf845..3e8f7a13ec 100644 --- a/meta/recipes-extended/lsb/lsb-release_1.4.bb +++ b/meta/recipes-extended/lsb/lsb-release_1.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "lsb_release support for OpenEmbedded" | 1 | SUMMARY = "lsb_release support for OpenEmbedded" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | HOMEPAGE = "http://prdownloads.sourceforge.net/lsb" | 3 | HOMEPAGE = "https://sourceforge.net/projects/lsb/files" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | 5 | ||
6 | # lsb_release needs getopt | 6 | # lsb_release needs getopt |
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb index 03034864c8..c584b7589e 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.1.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Text-based modem control and terminal emulation program" | 1 | SUMMARY = "Text-based modem control and terminal emulation program" |
2 | HOMEPAGE = "http://alioth.debian.org/projects/minicom/" | 2 | HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom" |
3 | DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems" | 3 | DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | DEPENDS = "ncurses virtual/libiconv" | 5 | DEPENDS = "ncurses virtual/libiconv" |
diff --git a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb index d24035b677..ed21d81179 100644 --- a/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb +++ b/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "PBZIP2 is a parallel implementation of the bzip2 block-sorting \ | |||
3 | file compressor that uses pthreads and achieves near-linear speedup on SMP \ | 3 | file compressor that uses pthreads and achieves near-linear speedup on SMP \ |
4 | machines. The output of this version is fully compatible with bzip2 v1.0.2 or \ | 4 | machines. The output of this version is fully compatible with bzip2 v1.0.2 or \ |
5 | newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)." | 5 | newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)." |
6 | HOMEPAGE = "http://compression.ca/pbzip2/" | 6 | HOMEPAGE = "https://launchpad.net/pbzip2/" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "bzip2-1.0.6" | 8 | LICENSE = "bzip2-1.0.6" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743" |
diff --git a/meta/recipes-extended/which/which_2.21.bb b/meta/recipes-extended/which/which_2.21.bb index fac0fd3944..fc9185061b 100644 --- a/meta/recipes-extended/which/which_2.21.bb +++ b/meta/recipes-extended/which/which_2.21.bb | |||
@@ -4,7 +4,7 @@ executables that bash(1) would execute when the passed \ | |||
4 | program names would have been entered on the shell prompt. \ | 4 | program names would have been entered on the shell prompt. \ |
5 | It does this by using the exact same algorithm as bash." | 5 | It does this by using the exact same algorithm as bash." |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | HOMEPAGE = "http://carlo17.home.xs4all.nl/which/" | 7 | HOMEPAGE = "https://carlowood.github.io/which/" |
8 | 8 | ||
9 | LICENSE = "GPLv3+" | 9 | LICENSE = "GPLv3+" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ |
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index ff365551df..ade93644ec 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "GConf is a system for storing application preferences. \ | |||
3 | It is intended for user preferences; not configuration of something like \ | 3 | It is intended for user preferences; not configuration of something like \ |
4 | Apache, or arbitrary data storage." | 4 | Apache, or arbitrary data storage." |
5 | SECTION = "x11/gnome" | 5 | SECTION = "x11/gnome" |
6 | HOMEPAGE = "https://projects.gnome.org/gconf/" | 6 | HOMEPAGE = "https://gitlab.gnome.org/Archive/gconf" |
7 | LICENSE = "LGPLv2+" | 7 | LICENSE = "LGPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
9 | 9 | ||
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc_1.32.bb b/meta/recipes-gnome/gtk-doc/gtk-doc_1.32.bb index 1eaf370ab0..d7312817f3 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc_1.32.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc_1.32.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Documentation generator for glib-based software" | 1 | SUMMARY = "Documentation generator for glib-based software" |
2 | DESCRIPTION = "Gtk-doc is a set of scripts that extract specially formatted comments \ | 2 | DESCRIPTION = "Gtk-doc is a set of scripts that extract specially formatted comments \ |
3 | from glib-based software and produce a set of html documentation files from them" | 3 | from glib-based software and produce a set of html documentation files from them" |
4 | HOMEPAGE = "http://www.gtk.org/gtk-doc/" | 4 | HOMEPAGE = "https://www.gtk.org/docs/" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
@@ -59,4 +59,3 @@ gtkdoc_makefiles_sysroot_preprocess() { | |||
59 | -e "s|GTKDOC_RUN =.*|GTKDOC_RUN = \$(top_builddir)/gtkdoc-qemuwrapper|" \ | 59 | -e "s|GTKDOC_RUN =.*|GTKDOC_RUN = \$(top_builddir)/gtkdoc-qemuwrapper|" \ |
60 | ${SYSROOT_DESTDIR}${datadir}/gtk-doc/data/gtk-doc*make | 60 | ${SYSROOT_DESTDIR}${datadir}/gtk-doc/data/gtk-doc*make |
61 | } | 61 | } |
62 | |||
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index 646dff9a97..dabda2d57e 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" |
diff --git a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb index c5c10348c6..023bce0abe 100644 --- a/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb +++ b/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "Ogg Vorbis Audio Codec" | |||
2 | DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ | 2 | DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ |
3 | that is free of intellectual property restrictions. libvorbis \ | 3 | that is free of intellectual property restrictions. libvorbis \ |
4 | is the main vorbis codec library." | 4 | is the main vorbis codec library." |
5 | HOMEPAGE = "http://www.vorbis.com/" | 5 | HOMEPAGE = "https://xiph.org/vorbis/" |
6 | BUGTRACKER = "https://trac.xiph.org" | 6 | BUGTRACKER = "https://gitlab.xiph.org/xiph/vorbis/-/issues" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=73d9c8942c60b846c3bad13cc6c2e520 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=73d9c8942c60b846c3bad13cc6c2e520 \ |
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index 227fd54b79..d01177f9b9 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Provides a bridge between gconf and xsettings" | 1 | SUMMARY = "Provides a bridge between gconf and xsettings" |
2 | HOMEPAGE = "http://svn.o-hand.com/view/matchbox/trunk/settings-daemon/" | 2 | HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/xsettings-daemon/" |
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | 3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" |
4 | LICENSE = "MIT-style" | 4 | LICENSE = "MIT-style" |
5 | LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \ | 5 | LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \ |
diff --git a/meta/recipes-support/atk/atk_2.36.0.bb b/meta/recipes-support/atk/atk_2.36.0.bb index 0786eeebe8..c45da3088b 100644 --- a/meta/recipes-support/atk/atk_2.36.0.bb +++ b/meta/recipes-support/atk/atk_2.36.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Accessibility toolkit for GNOME" | 1 | SUMMARY = "Accessibility toolkit for GNOME" |
2 | HOMEPAGE = "http://live.gnome.org/GAP/" | 2 | HOMEPAGE = "https://wiki.gnome.org/Accessibility" |
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | 3 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/atk/-/issues" |
4 | SECTION = "x11/libs" | 4 | SECTION = "x11/libs" |
5 | 5 | ||
6 | LICENSE = "GPLv2+ & LGPLv2+" | 6 | LICENSE = "GPLv2+ & LGPLv2+" |
@@ -18,4 +18,3 @@ SRC_URI[archive.md5sum] = "01aa5ec5138f5f8c9b3a4e3196ed2900" | |||
18 | SRC_URI[archive.sha256sum] = "fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788" | 18 | SRC_URI[archive.sha256sum] = "fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
21 | |||
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb b/meta/recipes-support/bash-completion/bash-completion_2.11.bb index da0baa7afc..bab8a018ce 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.11.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Programmable Completion for Bash 4" | 1 | SUMMARY = "Programmable Completion for Bash 4" |
2 | HOMEPAGE = "http://bash-completion.alioth.debian.org/" | 2 | HOMEPAGE = "https://github.com/scop/bash-completion" |
3 | BUGTRACKER = "https://alioth.debian.org/projects/bash-completion/" | 3 | BUGTRACKER = "https://github.com/scop/bash-completion/issues" |
4 | 4 | ||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_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 @@ | |||
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" |