mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 15:42:17 +08:00
meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers
An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers. Two recipes in meta-selftest were not converted as they're that way specifically for testing. A change in linux-firmware was also skipped and may need a more manual tweak. (From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
301d24952e
commit
b0130fcf91
@ -6,7 +6,7 @@ SUMMARY = "GNU Aspell spell-checker"
|
||||
SECTION = "console/utils"
|
||||
HOMEPAGE = "https://ftp.gnu.org/gnu/aspell/"
|
||||
|
||||
LICENSE = "LGPLv2 | LGPLv2.1"
|
||||
LICENSE = "LGPL-2.0-only | LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
|
||||
|
@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "libxres libxext virtual/libx11 ncurses"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "A simple tool to wait for a specific signal over DBus"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "dbus"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "A simple tool to wait for a specific signal over DBus"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "dbus"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Line-oriented text editor -- selftest GPLv2 version"
|
||||
HOMEPAGE = "http://www.gnu.org/software/ed/"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6ddd5335ef96fb858a138230af773710 \
|
||||
file://main.c;beginline=1;endline=17;md5=36d4b85e5ae9028e918d1cc775c2475e"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Line-oriented text editor -- selftest variant"
|
||||
HOMEPAGE = "http://www.gnu.org/software/ed/"
|
||||
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7 \
|
||||
file://ed.h;endline=20;md5=4e36b7a40e137f42aee718165590d125 \
|
||||
file://main.c;endline=17;md5=c5b8f78f115df187af76868a2aead16a"
|
||||
|
@ -1,6 +1,6 @@
|
||||
SUMMARY = "Example of how to build an external Linux kernel module"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
|
||||
|
||||
inherit module
|
||||
|
@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "GNU Helloworld application"
|
||||
SECTION = "examples"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/hello/hello-${PV}.tar.gz"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "The canonical example of init scripts"
|
||||
SECTION = "base"
|
||||
DESCRIPTION = "This recipe is a canonical example of init scripts"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYRIGHT;md5=349c872e0066155e1818b786938876a4"
|
||||
|
||||
SRC_URI = "file://skeleton \
|
||||
|
@ -17,7 +17,7 @@ SECTION ?= "bsp"
|
||||
# The default inclusion of kernel device tree includes and headers means that
|
||||
# device trees built with them are at least GPLv2 (and in some cases dual
|
||||
# licensed). Default to GPLv2 if the recipe does not specify a license.
|
||||
LICENSE ?= "GPLv2"
|
||||
LICENSE ?= "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
@ -8,7 +8,7 @@ admin."
|
||||
HOMEPAGE = "http://sourceforge.net/projects/acpid2"
|
||||
BUGTRACKER = "http://sourceforge.net/p/acpid2/tickets/?source=navbar"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/acpid2/acpid-${PV}.tar.xz \
|
||||
file://init \
|
||||
|
@ -4,7 +4,7 @@ access to battery status information and a set of tools for managing \
|
||||
notebook power consumption."
|
||||
HOMEPAGE = "http://apenwarr.ca/apmd/"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://apm.h;beginline=6;endline=18;md5=7d4acc1250910a89f84ce3cc6557c4c2"
|
||||
DEPENDS = "libtool-cross"
|
||||
|
@ -3,7 +3,7 @@ SUMMARY = "EFI Boot Manager"
|
||||
HOMEPAGE = "https://github.com/rhboot/efibootmgr"
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
DEPENDS = "efivar popt"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Tools to manipulate UEFI variables"
|
||||
DESCRIPTION = "efivar provides a simple command line interface to the UEFI variable facility"
|
||||
HOMEPAGE = "https://github.com/rhboot/efivar"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6626bb1e20189cfa95f2c508ba286393"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Libraries for producing EFI binaries"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/gnu-efi/"
|
||||
DESCRIPTION = "GNU-EFI aims to Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), IA-32 (x86), and MIPS platforms using the GNU toolchain and the EFI development environment."
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2+ | BSD-2-Clause"
|
||||
LICENSE = "GPL-2.0-or-later | BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://gnuefi/crt0-efi-arm.S;beginline=4;endline=16;md5=e582764a4776e60c95bf9ab617343d36 \
|
||||
file://gnuefi/crt0-efi-aarch64.S;beginline=4;endline=16;md5=e582764a4776e60c95bf9ab617343d36 \
|
||||
file://inc/efishellintf.h;beginline=13;endline=20;md5=202766b79d708eff3cc70fce15fb80c7 \
|
||||
|
@ -8,7 +8,7 @@ standard, which allows for flexible loading of multiple boot images."
|
||||
HOMEPAGE = "http://www.gnu.org/software/grub/"
|
||||
SECTION = "bootloaders"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
CVE_PRODUCT = "grub2"
|
||||
|
@ -4,7 +4,7 @@ SECTION = "base"
|
||||
|
||||
RDEPENDS:${PN} = "kbd"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
PR = "r31"
|
||||
|
@ -5,7 +5,7 @@ These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb
|
||||
receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \
|
||||
running under various operating systems. "
|
||||
HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://src/lrz.c;beginline=1;endline=10;md5=5276956373ff7d8758837f6399a1045f"
|
||||
SECTION = "console/network"
|
||||
|
@ -4,7 +4,7 @@ to PCI bus configuration space and several utilities based on this library.'
|
||||
HOMEPAGE = "http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml"
|
||||
SECTION = "console/utils"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
DEPENDS = "zlib kmod"
|
||||
|
||||
|
@ -2,7 +2,7 @@ SECTION = "base"
|
||||
SUMMARY = "Utilities and scripts for power management"
|
||||
DESCRIPTION = "Simple shell command line tools to suspend and hibernate."
|
||||
HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147"
|
||||
|
||||
|
@ -4,7 +4,7 @@ HOMEPAGE = "http://setserial.sourceforge.net"
|
||||
AUTHOR = "Theodore Ts'o <tytso@mit.edu>"
|
||||
SECTION = "console/utils"
|
||||
|
||||
LICENSE = "GPLv2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://version.h;beginline=1;endline=6;md5=2e7c59cb9e57e356ae81f50f4e4dfd99"
|
||||
PR = "r3"
|
||||
|
||||
|
@ -6,7 +6,7 @@ It provides a hardware-independent replacement for fw_printenv/setenv utilities
|
||||
provided by U-Boot"
|
||||
|
||||
HOMEPAGE = "https://github.com/sbabic/libubootenv"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c"
|
||||
SECTION = "libs"
|
||||
|
||||
|
@ -6,7 +6,7 @@ application code."
|
||||
SECTION = "bootloaders"
|
||||
DEPENDS += "flex-native bison-native"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
|
||||
PE = "1"
|
||||
|
||||
|
@ -4,7 +4,7 @@ all sorts of nifty things like SSH and NFS in one go plus charging over the \
|
||||
same wire, at higher speeds than most Wifi connections."
|
||||
HOMEPAGE = "http://linux-sunxi.org/USB_Gadget/Ethernet"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
PR = "r3"
|
||||
|
@ -3,7 +3,7 @@ DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected t
|
||||
HOMEPAGE = "http://www.linux-usb.org"
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2+ & (GPLv2 | GPLv3)"
|
||||
LICENSE = "GPL-2.0-or-later & (GPL-2.0-only | GPL-3.0-only)"
|
||||
# License files went missing in 010, when 011 is released add LICENSES/* back
|
||||
LIC_FILES_CHKSUM = "file://lsusb.c;endline=1;md5=7226e442a172bcf25807246d7ef1eba1 \
|
||||
file://lsusb.py.in;beginline=2;endline=2;md5=c443ada211d701156e42ea36d41625b3 \
|
||||
@ -21,8 +21,8 @@ ALTERNATIVE:${PN} = "lsusb"
|
||||
ALTERNATIVE_PRIORITY = "100"
|
||||
|
||||
# The binaries are mostly GPLv2+ apart from lsusb.py which is GPLv2 or v3.
|
||||
LICENSE:${PN} = "GPLv2+"
|
||||
LICENSE:${PN}-python = "GPLv2 | GPLv3"
|
||||
LICENSE:${PN} = "GPL-2.0-or-later"
|
||||
LICENSE:${PN}-python = "GPL-2.0-only | GPL-3.0-only"
|
||||
|
||||
RRECOMMENDS:${PN} = "udev-hwdb"
|
||||
|
||||
|
@ -3,7 +3,7 @@ HOMEPAGE = "https://tracker.debian.org/pkg/v86d"
|
||||
DESCRIPTION = "v86d provides a backend for kernel drivers that need to execute x86 BIOS code. The code is executed in a controlled environment and the results are passed back to the kernel via the netlink interface."
|
||||
|
||||
# the copyright info is at the bottom of README, expect break
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd"
|
||||
|
||||
DEPENDS = "virtual/kernel"
|
||||
|
@ -12,7 +12,7 @@ SECTION = "network"
|
||||
|
||||
# major part is under LGPLv2.1+, but several .dtd, .xsl, initscripts and
|
||||
# python scripts are under GPLv2+
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://avahi-common/address.h;endline=25;md5=b1d1d2cda1c07eb848ea7d6215712d9d \
|
||||
file://avahi-core/dns.h;endline=23;md5=6fe82590b81aa0ddea5095b548e2fdcb \
|
||||
@ -109,15 +109,15 @@ FILES:avahi-discover = "${datadir}/applications/avahi-discover.desktop \
|
||||
${bindir}/avahi-discover-standalone \
|
||||
"
|
||||
|
||||
LICENSE:libavahi-gobject = "LGPLv2.1+"
|
||||
LICENSE:avahi-daemon = "LGPLv2.1+"
|
||||
LICENSE:libavahi-common = "LGPLv2.1+"
|
||||
LICENSE:libavahi-core = "LGPLv2.1+"
|
||||
LICENSE:libavahi-client = "LGPLv2.1+"
|
||||
LICENSE:avahi-dnsconfd = "LGPLv2.1+"
|
||||
LICENSE:libavahi-glib = "LGPLv2.1+"
|
||||
LICENSE:avahi-autoipd = "LGPLv2.1+"
|
||||
LICENSE:avahi-utils = "LGPLv2.1+"
|
||||
LICENSE:libavahi-gobject = "LGPL-2.1-or-later"
|
||||
LICENSE:avahi-daemon = "LGPL-2.1-or-later"
|
||||
LICENSE:libavahi-common = "LGPL-2.1-or-later"
|
||||
LICENSE:libavahi-core = "LGPL-2.1-or-later"
|
||||
LICENSE:libavahi-client = "LGPL-2.1-or-later"
|
||||
LICENSE:avahi-dnsconfd = "LGPL-2.1-or-later"
|
||||
LICENSE:libavahi-glib = "LGPL-2.1-or-later"
|
||||
LICENSE:avahi-autoipd = "LGPL-2.1-or-later"
|
||||
LICENSE:avahi-utils = "LGPL-2.1-or-later"
|
||||
|
||||
# As avahi doesn't put any files into PN, clear the files list to avoid problems
|
||||
# if extra libraries appear.
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Linux Bluetooth Stack Userland V5"
|
||||
DESCRIPTION = "Linux Bluetooth stack V5 userland components. These include a system configurations, daemons, tools and system libraries."
|
||||
HOMEPAGE = "http://www.bluez.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
|
||||
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
|
||||
file://src/main.c;beginline=1;endline=24;md5=0ad83ca0dc37ab08af448777c581e7ac"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Connman config to ignore wired interface on qemu machines"
|
||||
DESCRIPTION = "This is the ConnMan configuration to avoid touching wired \
|
||||
network interface inside qemu machines."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
PR = "r2"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "GTK+ frontend for the ConnMan network connection manager"
|
||||
HOMEPAGE = "http://connman.net/"
|
||||
SECTION = "libs/network"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \
|
||||
file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a"
|
||||
|
@ -9,7 +9,7 @@ configuration methods, like DHCP and domain name resolving, are \
|
||||
implemented using plug-ins."
|
||||
HOMEPAGE = "http://connman.net/"
|
||||
BUGTRACKER = "https://01.org/jira/browse/CM"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
|
||||
file://src/main.c;beginline=1;endline=20;md5=486a279a6ab0c8d152bcda3a5b5edc36"
|
||||
|
||||
|
@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/inetutils"
|
||||
SECTION = "net"
|
||||
DEPENDS = "ncurses netbase readline virtual/crypt"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7"
|
||||
|
||||
|
@ -5,7 +5,7 @@ and tc are the most important. ip controls IPv4 and IPv6 \
|
||||
configuration and tc stands for traffic control."
|
||||
HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
file://ip/ip.c;beginline=3;endline=8;md5=689d691d0410a4b64d3899f8d6e31817"
|
||||
|
||||
|
@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/lathiat/nss-mdns"
|
||||
DESCRIPTION = "nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality of the GNU C Library (glibc) providing host name resolution via Multicast DNS (aka Zeroconf, aka Apple Rendezvous, aka Apple Bonjour), effectively allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS domain .local."
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
DEPENDS = "avahi"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Linux NFC daemon"
|
||||
DESCRIPTION = "A daemon for the Linux Near Field Communication stack"
|
||||
HOMEPAGE = "http://01.org/linux-nfc"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
DEPENDS = "dbus glib-2.0 libnl"
|
||||
|
||||
|
@ -4,7 +4,7 @@ NFS server and related tools."
|
||||
HOMEPAGE = "http://nfs.sourceforge.net/"
|
||||
SECTION = "console/network"
|
||||
|
||||
LICENSE = "MIT & GPLv2+ & BSD-3-Clause"
|
||||
LICENSE = "MIT & GPL-2.0-or-later & BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=95f3a93a5c3c7888de623b46ea085a84"
|
||||
|
||||
# util-linux for libblkid
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "open source telephony"
|
||||
DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
|
||||
HOMEPAGE = "http://www.ofono.org"
|
||||
BUGTRACKER = "https://01.org/jira/browse/OF"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
|
||||
DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
|
||||
|
@ -5,7 +5,7 @@ SECTION = "console/network"
|
||||
HOMEPAGE = "http://samba.org/ppp/"
|
||||
BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs"
|
||||
DEPENDS = "libpcap openssl virtual/crypt"
|
||||
LICENSE = "BSD-3-Clause & BSD-3-Clause-Attribution & GPLv2+ & LGPLv2+ & PD"
|
||||
LICENSE = "BSD-3-Clause & BSD-3-Clause-Attribution & GPL-2.0-or-later & LGPL-2.0-or-later & PD"
|
||||
LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=e2c43fe6e81ff77d87dc9c290a424dea \
|
||||
file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \
|
||||
file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \
|
||||
|
@ -5,7 +5,7 @@ itself up as the intermediary between programs that supply \
|
||||
nameserver information and programs that need nameserver \
|
||||
information."
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b"
|
||||
AUTHOR = "Thomas Hood"
|
||||
HOMEPAGE = "http://packages.debian.org/resolvconf"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Miscellaneous files for the base system"
|
||||
DESCRIPTION = "The base-files package creates the basic system directory structure and provides a small set of key configuration files for the system."
|
||||
SECTION = "base"
|
||||
PR = "r89"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://licenses/GPL-2;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
# Removed all license related tasks in this recipe as license.bbclass
|
||||
# now deals with this. In order to get accurate licensing on to the image:
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Base system master password/group files"
|
||||
DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the system databases synchronized with these master files."
|
||||
HOMEPAGE = "https://launchpad.net/base-passwd"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
RECIPE_NO_UPDATE_REASON = "Version 3.5.38 requires cdebconf for update-passwd utility"
|
||||
|
@ -1,5 +1,5 @@
|
||||
SUMMARY = "inittab configuration for BusyBox"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRC_URI = "file://inittab"
|
||||
|
@ -7,7 +7,7 @@ DEPENDS += "kern-tools-native virtual/crypt"
|
||||
|
||||
# bzip2 applet in busybox is based on lightly-modified bzip2-1.0.4 source
|
||||
# the GPL is version 2 only
|
||||
LICENSE = "GPLv2 & bzip2-1.0.4"
|
||||
LICENSE = "GPL-2.0-only & bzip2-1.0.4"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=de10de48642ab74318e893a61105afbb \
|
||||
file://archival/libarchive/bz/LICENSE;md5=28e3301eae987e8cfe19988e98383dae"
|
||||
|
||||
|
@ -4,7 +4,7 @@ manipulation utilities. These are the core utilities which are expected to exist
|
||||
every system."
|
||||
HOMEPAGE = "http://www.gnu.org/software/coreutils/"
|
||||
BUGTRACKER = "http://debbugs.gnu.org/coreutils"
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
|
||||
file://src/ls.c;beginline=1;endline=15;md5=3b8fbaee597c8a9bb88d30840d53048c \
|
||||
"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "A simple tool to wait for a specific signal over DBus"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "dbus"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "High level language (GLib) binding for D-Bus"
|
||||
DESCRIPTION = "GLib bindings for the D-Bus message bus that integrate \
|
||||
the D-Bus library with the GLib thread abstraction and main loop."
|
||||
HOMEPAGE = "https://www.freedesktop.org/Software/dbus"
|
||||
LICENSE = "AFL-2.1 | GPLv2+"
|
||||
LICENSE = "AFL-2.1 | GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c31c73c1d8f5d06784b2ccd22e42d641 \
|
||||
file://dbus/dbus-glib.h;beginline=7;endline=21;md5=c374833bd817988323f3a8fda0dc7f48"
|
||||
SECTION = "base"
|
||||
|
@ -1,6 +1,6 @@
|
||||
inherit autotools pkgconfig gettext upstream-version-is-even
|
||||
|
||||
LICENSE = "AFL-2.1 | GPLv2+"
|
||||
LICENSE = "AFL-2.1 | GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
|
||||
file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c"
|
||||
|
||||
|
@ -7,7 +7,7 @@ libdl (for dynamic linking). While ELL is designed to be efficient \
|
||||
and compact enough for use on embedded Linux platforms, it is not \
|
||||
limited to resource-constrained systems."
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09"
|
||||
|
||||
DEPENDS = "dbus"
|
||||
|
@ -5,7 +5,7 @@ naming organization for the message catalogs themselves, a runtime library suppo
|
||||
a few stand-alone programs to massage in various ways the sets of translatable and already translated strings."
|
||||
HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv3+ & LGPL-2.1+"
|
||||
LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"
|
||||
|
||||
DEPENDS = "gettext-native virtual/libiconv"
|
||||
|
@ -4,7 +4,7 @@ HOMEPAGE = "https://developer.gnome.org/glib/"
|
||||
|
||||
# pcre is under BSD;
|
||||
# docs/reference/COPYING is with a 'public domain'-like license!
|
||||
LICENSE = "LGPLv2.1+ & BSD-3-Clause & PD"
|
||||
LICENSE = "LGPL-2.1-or-later & BSD-3-Clause & PD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://glib/glib.h;beginline=4;endline=17;md5=b88abb7f3ad09607e71cb9d530155906 \
|
||||
file://gmodule/COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
|
@ -3,7 +3,7 @@ DESCRIPTION = "glib-networking contains the implementations of certain GLib netw
|
||||
HOMEPAGE = "https://gitlab.gnome.org/GNOME/glib-networking/"
|
||||
BUGTRACKER = "http://bugzilla.gnome.org"
|
||||
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SECTION = "libs"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Cross locale generation tool for glibc"
|
||||
HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSES;md5=1541fd8f5e8f1579512bf05f533371ba \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "GLIBC (GNU C Library)"
|
||||
DESCRIPTION = "The GNU C Library is used as the system C library in most systems with the Linux kernel."
|
||||
HOMEPAGE = "http://www.gnu.org/software/libc/libc.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
|
||||
LIC_FILES_CHKSUM ?= "file://LICENSES;md5=1541fd8f5e8f1579512bf05f533371ba \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
|
@ -1,6 +1,6 @@
|
||||
SUMMARY = "A standalone native ldconfig build"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${S}/ldconfig.c;endline=17;md5=1d15f20937c055cb5de2329a4c054399"
|
||||
|
||||
|
@ -4,7 +4,7 @@ DESCRIPTION = "High level tools to configure network interfaces \
|
||||
This package provides the tools ifup and ifdown which may be used to \
|
||||
configure (or, respectively, deconfigure) network interfaces, based on \
|
||||
the file /etc/network/interfaces."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=master \
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Basic TCP/IP networking init scripts and configuration files"
|
||||
DESCRIPTION = "This package provides high level tools to configure network interfaces"
|
||||
HOMEPAGE = "http://packages.debian.org/ifupdown"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
|
||||
PR = "r7"
|
||||
|
||||
|
@ -13,7 +13,7 @@ specific to systemd at all. Maintainers of other init systems are welcome to \
|
||||
include their helpers in this package."
|
||||
HOMEPAGE = "https://salsa.debian.org/debian/init-system-helpers"
|
||||
SECTION = "base"
|
||||
LICENSE = "BSD-3-Clause & GPLv2"
|
||||
LICENSE = "BSD-3-Clause & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072"
|
||||
|
||||
SRCREV = "dbd9197569c0935029acd5c9b02b84c68fd937ee"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "SysV init scripts"
|
||||
HOMEPAGE = "https://github.com/fedora-sysv/initscripts"
|
||||
DESCRIPTION = "Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
PR = "r155"
|
||||
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Keytable files and keyboard utilities"
|
||||
HOMEPAGE = "http://www.kbd-project.org/"
|
||||
DESCRIPTION = "The kbd project contains tools for managing Linux console (Linux console, virtual terminals, keyboard, etc.) – mainly, what they do is loading console fonts and keyboard maps."
|
||||
# everything minus console-fonts is GPLv2+
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
@ -4,7 +4,7 @@ DESCRIPTION = "libcgroup is a library that abstracts the control group file syst
|
||||
in Linux. Control groups allow you to limit, account and isolate resource usage \
|
||||
(CPU, memory, disk I/O, etc.) of groups of processes."
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Extended cryptographic library (from glibc)"
|
||||
DESCRIPTION = "Forked code from glibc libary to extract only crypto part."
|
||||
HOMEPAGE = "https://github.com/besser82/libxcrypt"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSING;md5=c0a30e2b1502c55a7f37e412cd6c6a4b \
|
||||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
@ -4,7 +4,7 @@
|
||||
SUMMARY = "A standalone library to implement GNU libc's obstack"
|
||||
DESCRIPTION = "copy + paste of the obstack functions and macros found in GNU gcc libiberty library for use with musl libc"
|
||||
HOMEPAGE = "https://github.com/pullmoll/musl-obstack"
|
||||
LICENSE = "GPL-2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932"
|
||||
SECTION = "libs"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
DESCRIPTION = "getconf, getent and iconv implementations for musl"
|
||||
HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl"
|
||||
LICENSE = "BSD-2-Clause & GPL-2.0+"
|
||||
LICENSE = "BSD-2-Clause & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564"
|
||||
SECTION = "utils"
|
||||
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Basic TCP/IP networking support"
|
||||
DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/IP based networking"
|
||||
HOMEPAGE = "http://packages.debian.org/netbase"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
|
||||
PE = "1"
|
||||
|
||||
|
@ -3,7 +3,7 @@ HOMEPAGE = "https://sourceware.org/newlib/"
|
||||
DESCRIPTION = "C library intended for use on embedded systems. It is a conglomeration of several library parts, all under free software licenses that make them easily usable on embedded products."
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv3 & GPLv3 & LGPLv2 & BSD-2-Clause & BSD-3-Clause & tcl"
|
||||
LICENSE = "GPL-2.0-only & LGPL-3.0-only & GPL-3.0-only & LGPL-2.0-only & BSD-2-Clause & BSD-3-Clause & TCL"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Userspace framebuffer boot logo based on usplash"
|
||||
DESCRIPTION = "PSplash is a userspace graphical boot splash screen for mainly embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has few dependencies (just libc), supports basic images and text and handles rotation. Its visual look is configurable by basic source changes. Also included is a 'client' command utility for sending information to psplash such as boot progress information."
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/psplash"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224"
|
||||
DEPENDS = "gdk-pixbuf-native"
|
||||
|
||||
|
@ -7,7 +7,7 @@ SECTION = "libs"
|
||||
HOMEPAGE = "https://tiswww.case.edu/php/chet/readline/rltop.html"
|
||||
|
||||
# GPLv2+ (< 6.0), GPLv3+ (>= 6.0)
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS += "ncurses"
|
||||
|
@ -2,9 +2,9 @@ SUMMARY = "Tools for working with sysfs"
|
||||
DESCRIPTION = "Tools for working with the sysfs virtual filesystem. The tool 'systool' can query devices by bus, class and topology."
|
||||
HOMEPAGE = "http://linux-diag.sourceforge.net/Sysfsutils.html"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE:${PN} = "GPLv2"
|
||||
LICENSE:libsysfs = "LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LICENSE:${PN} = "GPL-2.0-only"
|
||||
LICENSE:libsysfs = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3d06403ea54c7574a9e581c6478cc393 \
|
||||
file://cmd/GPL;md5=d41d4e2e1e108554e0388ea4aecd8d27 \
|
||||
file://lib/LGPL;md5=b75d069791103ffe1c0d6435deeff72e"
|
||||
|
@ -1,6 +1,6 @@
|
||||
SUMMARY = "Serial terminal support for systemd"
|
||||
HOMEPAGE = "https://www.freedesktop.org/wiki/Software/systemd/"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
PR = "r5"
|
||||
|
@ -10,7 +10,7 @@ state, maintains mount and automount points and implements an \
|
||||
elaborate transactional dependency-based service control logic. It can \
|
||||
work as a drop-in replacement for sysvinit."
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
SUMMARY = "Inittab configuration for SysVinit"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
PR = "r10"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "System-V like init"
|
||||
DESCRIPTION = "This package is required to boot in most configurations. It provides the /sbin/init program. This is the first process started on boot, and the last process terminated before the system halts."
|
||||
HOMEPAGE = "http://savannah.nongnu.org/projects/sysvinit/"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://COPYRIGHT;endline=15;md5=a1d3b3526501d3546d530bbe6ab6cdbe \
|
||||
"
|
||||
|
@ -1,8 +1,8 @@
|
||||
SUMMARY = "eudev is a fork of systemd's udev"
|
||||
HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev"
|
||||
DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. It manages device nodes in /dev and handles all user space actions when adding or removing devices."
|
||||
LICENSE = "GPLv2.0+ & LGPL-2.1+"
|
||||
LICENSE:libudev = "LGPL-2.1+"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
|
||||
LICENSE:libudev = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "glib-2.0 glib-2.0-native gperf-native kmod libxslt-native util-linux"
|
||||
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/philb/update-rc.d/"
|
||||
DESCRIPTION = "update-rc.d is a utility that allows the management of symlinks to the initscripts in the /etc/rcN.d directory structure."
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://update-rc.d;beginline=5;endline=15;md5=d40a07c27f535425934bb5001f2037d9"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/update-rc.d;branch=master"
|
||||
|
@ -6,11 +6,11 @@ disk partitioning, kernel message management, filesystem creation, and system lo
|
||||
|
||||
SECTION = "base"
|
||||
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+ & BSD-3-Clause & BSD-4-Clause"
|
||||
LICENSE:${PN}-libblkid = "LGPLv2.1+"
|
||||
LICENSE:${PN}-libfdisk = "LGPLv2.1+"
|
||||
LICENSE:${PN}-libmount = "LGPLv2.1+"
|
||||
LICENSE:${PN}-libsmartcols = "LGPLv2.1+"
|
||||
LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & BSD-3-Clause & BSD-4-Clause"
|
||||
LICENSE:${PN}-libblkid = "LGPL-2.1-or-later"
|
||||
LICENSE:${PN}-libfdisk = "LGPL-2.1-or-later"
|
||||
LICENSE:${PN}-libmount = "LGPL-2.1-or-later"
|
||||
LICENSE:${PN}-libsmartcols = "LGPL-2.1-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README.licensing;md5=0fd5c050c6187d2bf0a4492b7f4e33da \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "Advanced front-end for dpkg"
|
||||
DESCRIPTION = "APT is the Advanced Package Tool, an advanced interface to the Debian packaging system which provides the apt-get program."
|
||||
HOMEPAGE = "https://packages.debian.org/jessie/apt"
|
||||
LICENSE = "GPLv2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
SECTION = "base"
|
||||
|
||||
# Triehash script taken from https://github.com/julian-klode/triehash
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "A GNU tool that produce shell scripts to automatically configure soft
|
||||
DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \
|
||||
configure software source code packages. Autoconf creates a configuration script for a package from a template \
|
||||
file that lists the operating system features that the package can use, in the form of M4 macro calls."
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
|
||||
SECTION = "devel"
|
||||
DEPENDS = "m4-native autoconf-native automake-native gnu-config-native help2man-native"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "A GNU tool for automatically generating Makefiles"
|
||||
DESCRIPTION = "Automake is a tool for automatically generating `Makefile.in' files compliant with the GNU Coding \
|
||||
Standards. Automake requires the use of Autoconf."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
HOMEPAGE = "http://www.gnu.org/software/automake/"
|
||||
SECTION = "devel"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
require automake.inc
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
DEPENDS:class-native = "autoconf-native"
|
||||
|
||||
|
@ -9,7 +9,7 @@ object information), and other tools and related libraries."
|
||||
HOMEPAGE = "http://www.gnu.org/software/binutils/"
|
||||
BUGTRACKER = "http://sourceware.org/bugzilla/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
DEPENDS = "flex-native bison-native zlib-native gnu-config-native autoconf-native"
|
||||
|
||||
|
@ -4,7 +4,7 @@ an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc
|
||||
grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \
|
||||
little trouble."
|
||||
HOMEPAGE = "http://www.gnu.org/software/bison/"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
SECTION = "devel"
|
||||
DEPENDS = "bison-native flex-native"
|
||||
|
@ -85,7 +85,7 @@ SUMMARY = "Booting sequence and CPU,I/O usage monitor"
|
||||
DESCRIPTION = "Monitors where the system spends its time at start, creating a graph of all processes, disk utilization, and wait time."
|
||||
AUTHOR = "Wonhong Kwon <wonhong.kwon@lge.com>"
|
||||
HOMEPAGE = "https://github.com/mmeeks/bootchart"
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
|
||||
|
@ -7,7 +7,7 @@ btrfs and an utility (btrfs-convert) to make a btrfs filesystem from an ext3."
|
||||
|
||||
HOMEPAGE = "https://btrfs.wiki.kernel.org"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2.1+"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067 \
|
||||
file://libbtrfsutil/COPYING;md5=4fbd65380cdd255951079008b364516c \
|
||||
|
@ -6,7 +6,7 @@ Objective-C and Objective-C++."
|
||||
HOMEPAGE = "http://ccache.samba.org"
|
||||
SECTION = "devel"
|
||||
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=8fe0fdfdc7a892516526b86c28d06a16"
|
||||
|
||||
DEPENDS = "zstd"
|
||||
|
@ -5,7 +5,7 @@ SUMMARY = "A set of tools for CD recording, including cdrecord"
|
||||
HOMEPAGE = "http://sourceforge.net/projects/cdrtools/"
|
||||
DESCRIPTION = "cdrecord tool is Highly portable CD/DVD/BluRay command line recording software."
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
|
||||
LICENSE = "GPL-2.0-only & CDDL-1.0 & LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
|
||||
|
||||
SRC_URI = " \
|
||||
|
@ -3,7 +3,7 @@ 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 = "https://tracker.debian.org/pkg/chrpath"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \
|
||||
|
@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "C implementation of createrepo."
|
||||
HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https \
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "GNU unit testing framework, written in Expect and Tcl"
|
||||
DESCRIPTION = "DejaGnu is a framework for testing other programs. Its purpose \
|
||||
is to provide a single front end for all tests."
|
||||
HOMEPAGE = "https://www.gnu.org/software/dejagnu/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
SECTION = "devel"
|
||||
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Command line utilities for working with *.desktop files"
|
||||
DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries"
|
||||
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416"
|
||||
|
@ -3,7 +3,7 @@ DESCRIPTION = "distcc is a parallel build system that distributes \
|
||||
compilation of C/C++/ObjC code across machines on a network."
|
||||
HOMEPAGE = "https://github.com/distcc/distcc"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "avahi binutils"
|
||||
|
@ -1,7 +1,7 @@
|
||||
SUMMARY = "DMI (Desktop Management Interface) table related utilities"
|
||||
HOMEPAGE = "http://www.nongnu.org/dmidecode/"
|
||||
DESCRIPTION = "Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output)."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/dmidecode/${BP}.tar.xz \
|
||||
|
@ -3,7 +3,7 @@ DESCRIPTION = "Software package manager that installs, updates, and removes \
|
||||
packages on RPM-based Linux distributions. It automatically computes \
|
||||
dependencies and determines the actions required to install packages."
|
||||
HOMEPAGE = "https://github.com/rpm-software-management/dnf"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://PACKAGE-LICENSING;md5=4a0548e303dbc77f067335b4d688e745 \
|
||||
"
|
||||
|
@ -6,7 +6,7 @@ SUMMARY = "DOS FAT Filesystem Utilities"
|
||||
HOMEPAGE = "https://github.com/dosfstools/dosfstools"
|
||||
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "https://github.com/dosfstools/dosfstools/releases/download/v${PV}/${BP}.tar.gz \
|
||||
|
@ -1,5 +1,5 @@
|
||||
SUMMARY = "Package maintenance system from Debian"
|
||||
LICENSE = "GPLv2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
HOMEPAGE = "https://salsa.debian.org/dpkg-team/dpkg"
|
||||
DESCRIPTION = "The primary interface for the dpkg suite is the dselect program. A more low-level and less user-friendly interface is available in the form of the dpkg command."
|
||||
SECTION = "base"
|
||||
|
@ -1,6 +1,6 @@
|
||||
SUMMARY = "A small utility for printing debug source file locations embedded in binaries"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://../dwarfsrcfiles.c;md5=31483894e453a77acbb67847565f1b5c;beginline=1;endline=8"
|
||||
|
||||
SRC_URI = "file://dwarfsrcfiles.c"
|
||||
|
@ -3,12 +3,12 @@ DESCRIPTION = "The Ext2 Filesystem Utilities (e2fsprogs) contain all of the stan
|
||||
fixing, configuring , and debugging ext2 filesystems."
|
||||
HOMEPAGE = "http://e2fsprogs.sourceforge.net/"
|
||||
|
||||
LICENSE = "GPLv2 & LGPLv2 & BSD-3-Clause & MIT"
|
||||
LICENSE:e2fsprogs-dumpe2fs = "GPLv2"
|
||||
LICENSE:e2fsprogs-e2fsck = "GPLv2"
|
||||
LICENSE:e2fsprogs-mke2fs = "GPLv2"
|
||||
LICENSE:e2fsprogs-tune2fs = "GPLv2"
|
||||
LICENSE:e2fsprogs-badblocks = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only & BSD-3-Clause & MIT"
|
||||
LICENSE:e2fsprogs-dumpe2fs = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-e2fsck = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-mke2fs = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-tune2fs = "GPL-2.0-only"
|
||||
LICENSE:e2fsprogs-badblocks = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \
|
||||
file://lib/ext2fs/ext2fs.h;beginline=1;endline=9;md5=596a8dedcb4e731c6b21c7a46fba6bef \
|
||||
file://lib/e2p/e2p.h;beginline=1;endline=7;md5=8a74ade8f9d65095d70ef2d4bf48e36a \
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Utilities and libraries for handling compiled object files"
|
||||
HOMEPAGE = "https://sourceware.org/elfutils"
|
||||
DESCRIPTION = "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2 & GPLv2+ & LGPLv3+ & GPLv3+"
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-3.0-or-later & GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://debuginfod/debuginfod-client.c;endline=27;md5=d2adfd8f5347d4c96e3c280393ce66da \
|
||||
"
|
||||
@ -107,12 +107,12 @@ PACKAGES =+ "${PN}-binutils libelf libasm libdw libdebuginfod"
|
||||
# "The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone
|
||||
# programs. There is now also a formal CONTRIBUTING document describing how to
|
||||
# submit patches."
|
||||
LICENSE:${PN}-binutils = "GPLv3+"
|
||||
LICENSE:${PN} = "GPLv3+"
|
||||
LICENSE:libelf = "GPLv2 | LGPLv3+"
|
||||
LICENSE:libasm = "GPLv2 | LGPLv3+"
|
||||
LICENSE:libdw = "GPLv2 | LGPLv3+"
|
||||
LICENSE:libdebuginfod = "GPLv2+ | LGPLv3+"
|
||||
LICENSE:${PN}-binutils = "GPL-3.0-or-later"
|
||||
LICENSE:${PN} = "GPL-3.0-or-later"
|
||||
LICENSE:libelf = "GPL-2.0-only | LGPL-3.0-or-later"
|
||||
LICENSE:libasm = "GPL-2.0-only | LGPL-3.0-or-later"
|
||||
LICENSE:libdw = "GPL-2.0-only | LGPL-3.0-or-later"
|
||||
LICENSE:libdebuginfod = "GPL-2.0-or-later | LGPL-3.0-or-later"
|
||||
|
||||
FILES:${PN}-binutils = "\
|
||||
${bindir}/eu-addr2line \
|
||||
|
@ -1,5 +1,5 @@
|
||||
SUMMARY = "Tools for erofs filesystems"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
SECTION = "base"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94fa01670a2a8f2d3ab2de15004e0848"
|
||||
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
|
||||
|
@ -2,7 +2,7 @@ SUMMARY = "Utility for modifying GPT disk partitioning"
|
||||
DESCRIPTION = "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks."
|
||||
HOMEPAGE = "https://sourceforge.net/projects/gptfdisk/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
DEPENDS = "util-linux"
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user