mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
10d1463de1
commit
b11f7236a2
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "User support binary for the uvesafb kernel module"
|
||||
HOMEPAGE = "http://dev.gentoo.org/~spock/projects/uvesafb/"
|
||||
HOMEPAGE = "https://tracker.debian.org/pkg/v86d"
|
||||
|
||||
# the copyright info is at the bottom of README, expect break
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "ISC Internet Domain Name Server"
|
||||
HOMEPAGE = "http://www.isc.org/sw/bind/"
|
||||
HOMEPAGE = "https://www.isc.org/bind/"
|
||||
SECTION = "console/network"
|
||||
|
||||
LICENSE = "MPL-2.0"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
|
||||
DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
|
||||
wireless devices. It supports almost all new drivers that have been added \
|
||||
to the kernel recently. "
|
||||
HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
|
||||
HOMEPAGE = "https://wireless.wiki.kernel.org/en/users/documentation/iw"
|
||||
SECTION = "base"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
|
||||
|
||||
@@ -4,7 +4,7 @@ command lines as they are typed in. Both Emacs and vi editing modes are availabl
|
||||
additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those \
|
||||
lines, and perform csh-like history expansion on previous commands."
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "https://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||
HOMEPAGE = "https://tiswww.case.edu/php/chet/readline/rltop.html"
|
||||
|
||||
# GPLv2+ (< 6.0), GPLv3+ (>= 6.0)
|
||||
LICENSE = "GPLv3+"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "A suite of basic system administration utilities"
|
||||
HOMEPAGE = "http://userweb.kernel.org/~kzak/util-linux/"
|
||||
HOMEPAGE = "https://en.wikipedia.org/wiki/Util-linux"
|
||||
DESCRIPTION = "Util-linux includes a suite of basic system administration utilities \
|
||||
commonly found on most Linux systems. Some of the more important utilities include \
|
||||
disk partitioning, kernel message management, filesystem creation, and system login."
|
||||
@@ -129,7 +129,7 @@ EXTRA_OECONF_append = " --disable-hwclock-gplv3"
|
||||
#
|
||||
PACKAGECONFIG ?= "pcre2"
|
||||
PACKAGECONFIG_class-target ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
|
||||
# inherit manpages requires this to be present, however util-linux does not have
|
||||
# inherit manpages requires this to be present, however util-linux does not have
|
||||
# configuration options, and installs manpages always
|
||||
PACKAGECONFIG[manpages] = ""
|
||||
PACKAGECONFIG[pam] = "--enable-su --enable-runuser,--disable-su --disable-runuser, libpam,"
|
||||
|
||||
@@ -2,8 +2,7 @@ SUMMARY = "Tool to edit rpath in ELF binaries"
|
||||
DESCRIPTION = "chrpath allows you to change the rpath (where the \
|
||||
application looks for libraries) in an application. It does not \
|
||||
(yet) allow you to add an rpath if there isn't one already."
|
||||
HOMEPAGE = "http://alioth.debian.org/projects/chrpath/"
|
||||
BUGTRACKER = "http://alioth.debian.org/tracker/?atid=412807&group_id=31052"
|
||||
HOMEPAGE = "https://tracker.debian.org/pkg/chrpath"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Ninja is a small build system with a focus on speed."
|
||||
HOMEPAGE = "http://martine.github.com/ninja/"
|
||||
HOMEPAGE = "https://ninja-build.org/"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "lsb_release support for OpenEmbedded"
|
||||
SECTION = "console/utils"
|
||||
HOMEPAGE = "http://prdownloads.sourceforge.net/lsb"
|
||||
HOMEPAGE = "https://sourceforge.net/projects/lsb/files"
|
||||
LICENSE = "GPLv2+"
|
||||
|
||||
# lsb_release needs getopt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Text-based modem control and terminal emulation program"
|
||||
HOMEPAGE = "http://alioth.debian.org/projects/minicom/"
|
||||
HOMEPAGE = "https://salsa.debian.org/minicom-team/minicom"
|
||||
DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems"
|
||||
SECTION = "console/network"
|
||||
DEPENDS = "ncurses virtual/libiconv"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "PBZIP2 is a parallel implementation of the bzip2 block-sorting \
|
||||
file compressor that uses pthreads and achieves near-linear speedup on SMP \
|
||||
machines. The output of this version is fully compatible with bzip2 v1.0.2 or \
|
||||
newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)."
|
||||
HOMEPAGE = "http://compression.ca/pbzip2/"
|
||||
HOMEPAGE = "https://launchpad.net/pbzip2/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "bzip2-1.0.6"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=398b8832c6f840cfebd20ab2be6a3743"
|
||||
|
||||
@@ -4,7 +4,7 @@ executables that bash(1) would execute when the passed \
|
||||
program names would have been entered on the shell prompt. \
|
||||
It does this by using the exact same algorithm as bash."
|
||||
SECTION = "libs"
|
||||
HOMEPAGE = "http://carlo17.home.xs4all.nl/which/"
|
||||
HOMEPAGE = "https://carlowood.github.io/which/"
|
||||
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "GConf is a system for storing application preferences. \
|
||||
It is intended for user preferences; not configuration of something like \
|
||||
Apache, or arbitrary data storage."
|
||||
SECTION = "x11/gnome"
|
||||
HOMEPAGE = "https://projects.gnome.org/gconf/"
|
||||
HOMEPAGE = "https://gitlab.gnome.org/Archive/gconf"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Documentation generator for glib-based software"
|
||||
DESCRIPTION = "Gtk-doc is a set of scripts that extract specially formatted comments \
|
||||
from glib-based software and produce a set of html documentation files from them"
|
||||
HOMEPAGE = "http://www.gtk.org/gtk-doc/"
|
||||
HOMEPAGE = "https://www.gtk.org/docs/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
@@ -59,4 +59,3 @@ gtkdoc_makefiles_sysroot_preprocess() {
|
||||
-e "s|GTKDOC_RUN =.*|GTKDOC_RUN = \$(top_builddir)/gtkdoc-qemuwrapper|" \
|
||||
${SYSROOT_DESTDIR}${datadir}/gtk-doc/data/gtk-doc*make
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
SUMMARY = "Tools for managing Linux kernel modules"
|
||||
DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \
|
||||
insert, remove, list, check properties, resolve dependencies and aliases."
|
||||
HOMEPAGE = "http://packages.profusion.mobi/kmod/"
|
||||
HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kmod/"
|
||||
LICENSE = "GPL-2.0+ & LGPL-2.1+"
|
||||
LICENSE_libkmod = "LGPL-2.1+"
|
||||
SECTION = "base"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Wireless Central Regulatory Domain Database"
|
||||
HOMEPAGE = "http://wireless.kernel.org/en/developers/Regulatory/CRDA"
|
||||
HOMEPAGE = "https://wireless.wiki.kernel.org/en/developers/regulatory/crda"
|
||||
SECTION = "net"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
|
||||
|
||||
@@ -2,8 +2,8 @@ SUMMARY = "Ogg Vorbis Audio Codec"
|
||||
DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
|
||||
that is free of intellectual property restrictions. libvorbis \
|
||||
is the main vorbis codec library."
|
||||
HOMEPAGE = "http://www.vorbis.com/"
|
||||
BUGTRACKER = "https://trac.xiph.org"
|
||||
HOMEPAGE = "https://xiph.org/vorbis/"
|
||||
BUGTRACKER = "https://gitlab.xiph.org/xiph/vorbis/-/issues"
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=73d9c8942c60b846c3bad13cc6c2e520 \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Provides a bridge between gconf and xsettings"
|
||||
HOMEPAGE = "http://svn.o-hand.com/view/matchbox/trunk/settings-daemon/"
|
||||
HOMEPAGE = "https://git.yoctoproject.org/cgit/cgit.cgi/xsettings-daemon/"
|
||||
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Accessibility toolkit for GNOME"
|
||||
HOMEPAGE = "http://live.gnome.org/GAP/"
|
||||
BUGTRACKER = "https://bugzilla.gnome.org/"
|
||||
HOMEPAGE = "https://wiki.gnome.org/Accessibility"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/atk/-/issues"
|
||||
SECTION = "x11/libs"
|
||||
|
||||
LICENSE = "GPLv2+ & LGPLv2+"
|
||||
@@ -18,4 +18,3 @@ SRC_URI[archive.md5sum] = "01aa5ec5138f5f8c9b3a4e3196ed2900"
|
||||
SRC_URI[archive.sha256sum] = "fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Programmable Completion for Bash 4"
|
||||
HOMEPAGE = "http://bash-completion.alioth.debian.org/"
|
||||
BUGTRACKER = "https://alioth.debian.org/projects/bash-completion/"
|
||||
HOMEPAGE = "https://github.com/scop/bash-completion"
|
||||
BUGTRACKER = "https://github.com/scop/bash-completion/issues"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "New GNU Portable Threads library"
|
||||
HOMEPAGE = "http://www.gnupg.org/software/pth/"
|
||||
HOMEPAGE = "https://www.gnu.org/software/pth/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1da
|
||||
|
||||
BINCONFIG = "${bindir}/npth-config"
|
||||
|
||||
inherit autotools binconfig-disabled multilib_header
|
||||
inherit autotools binconfig-disabled multilib_header
|
||||
|
||||
FILES_${PN} = "${libdir}/libnpth.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/npth-config"
|
||||
|
||||
Reference in New Issue
Block a user