mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00: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:
@@ -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"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Flex is a fast lexical analyser generator. Flex is a tool for ge
|
||||
lexical patterns in text."
|
||||
HOMEPAGE = "http://sourceforge.net/projects/flex/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD-3-Clause & LGPL-2.0+"
|
||||
LICENSE = "BSD-3-Clause & LGPL-2.0-or-later"
|
||||
LICENSE:${PN}-libfl = "BSD-3-Clause"
|
||||
|
||||
DEPENDS = "${@bb.utils.contains('PTEST_ENABLED', '1', 'bison-native flex-native', '', d)}"
|
||||
|
||||
@@ -13,7 +13,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:"
|
||||
DEPENDS =+ "mpfr gmp libmpc zlib flex-native"
|
||||
NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native flex-native"
|
||||
|
||||
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
||||
LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
|
||||
LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-2.0-only & LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
||||
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Distributed version control system"
|
||||
HOMEPAGE = "http://git-scm.com"
|
||||
DESCRIPTION = "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
DEPENDS = "openssl curl zlib expat"
|
||||
|
||||
PROVIDES:append:class-native = " git-replacement-native"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Program for creating simple man pages"
|
||||
HOMEPAGE = "https://www.gnu.org/software/help2man/"
|
||||
DESCRIPTION = "help2man is a tool for automatically generating simple manual pages from program output."
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Set of i2c tools for linux"
|
||||
HOMEPAGE = "https://i2c.wiki.kernel.org/index.php/I2C_Tools"
|
||||
DESCRIPTION = "The i2c-tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access. All versions of Linux are supported, as long as I2C support is included in the kernel."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/${BP}.tar.gz \
|
||||
|
||||
@@ -4,7 +4,7 @@ been modified in order to make it work with OE."
|
||||
SECTION = "base"
|
||||
# source file has just a "GPL" word, but upstream is GPLv2+.
|
||||
# most probably just GPL would be a mistake
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Utility scripts for internationalizing XML"
|
||||
HOMEPAGE = "https://launchpad.net/intltool"
|
||||
DESCRIPTION = "Utility scripts for internationalizing XML. This tool automatically extracts translatable strings from oaf, glade, bonobo ui, nautilus theme and other XML files into the po files."
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Libcomps is alternative for yum.comps library (which is for managing rpm package groups)."
|
||||
HOMEPAGE = "https://github.com/rpm-software-management/libcomps"
|
||||
DESCRIPTION = "Libcomps is alternative for yum.comps library. It's written in pure C as library and there's bindings for python2 and python3."
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "git://github.com/rpm-software-management/libcomps.git;branch=master;protocol=https \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Library providing simplified C and Python API to libsolv"
|
||||
HOMEPAGE = "https://github.com/rpm-software-management/libdnf"
|
||||
DESCRIPTION = "This library provides a high level package-manager. It's core library of dnf, PackageKit and rpm-ostree. It's replacement for deprecated hawkey library which it contains inside and uses librepo under the hood."
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;protocol=https \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "A library providing C and Python (libcURL like) API \
|
||||
for downloading linux repository metadata and packages."
|
||||
HOMEPAGE = "https://github.com/rpm-software-management/librepo"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \
|
||||
|
||||
@@ -4,7 +4,7 @@ Libtool hides the complexity of generating special library types \
|
||||
(such as shared libraries) behind a consistent interface."
|
||||
HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://libltdl/COPYING.LIB;md5=4fbd65380cdd255951079008b364516c "
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ SRC_URI:append:class-target = " file://run-ptest \
|
||||
SRC_URI[md5sum] = "f4a2b0284d80353b995f8ef2385ed73c"
|
||||
SRC_URI[sha256sum] = "3be4a26d825ffdfda52a56fc43246456989a3630093cced3fbddf4771ee58a70"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464\
|
||||
file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
require make.inc
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Tool for creating device nodes"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
SECTION = "base"
|
||||
SRC_URI = "file://makedevs.c \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Userspace tools for MMC/SD devices"
|
||||
HOMEPAGE = "http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/"
|
||||
DESCRIPTION = "${SUMMARY}"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://mmc.c;beginline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d"
|
||||
|
||||
SRCBRANCH ?= "master"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Tools for managing memory technology devices"
|
||||
HOMEPAGE = "http://www.linux-mtd.infradead.org/"
|
||||
DESCRIPTION = "mtd-utils tool is a generic Linux subsystem for memory devices, especially Flash devices."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Utilities to access MS-DOS disks without mounting them"
|
||||
DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them."
|
||||
HOMEPAGE = "http://www.gnu.org/software/mtools/"
|
||||
SECTION = "optional"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS += "virtual/libiconv"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Additional utilities for the opkg package manager"
|
||||
SUMMARY:update-alternatives-opkg = "Utility for managing the alternatives system"
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://opkg.py;beginline=2;endline=18;md5=ffa11ff3c15eb31c6a7ceaa00cc9f986"
|
||||
PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'update-alternatives', 'virtual/update-alternatives', '', d)}"
|
||||
|
||||
@@ -4,7 +4,7 @@ SECTION = "base"
|
||||
HOMEPAGE = "http://code.google.com/p/opkg/"
|
||||
DESCRIPTION = "Opkg is a lightweight package management system based on Ipkg."
|
||||
BUGTRACKER = "http://code.google.com/p/opkg/issues/list"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://src/opkg.c;beginline=4;endline=18;md5=d6200b0f2b41dee278aa5fad333eecae"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
require patch.inc
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
|
||||
file://0002-Fix-segfault-with-mangled-rename-patch.patch \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries
|
||||
DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
|
||||
HOMEPAGE = "https://github.com/NixOS/patchelf"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
|
||||
file://handle-read-only-files.patch \
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/arsv/perl-cross"
|
||||
DESCRIPTION = "perl-cross provides configure script, top-level Makefile and some auxiliary files for perl, \
|
||||
with the primary emphasis on cross-compiling the source."
|
||||
SECTION = "devel"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
# README.md is taken from https://github.com/arsv/perl-cross/blob/master/README.md
|
||||
# but is not provided inside the release tarballs
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/README.md;md5=252fcce2026b765fee1ad74d2fb07a3b"
|
||||
|
||||
@@ -5,7 +5,7 @@ Secondly Error is a base class for errors/exceptions that can \
|
||||
either be thrown, for subsequent catch, or can simply be recorded."
|
||||
HOMEPAGE = "https://github.com/shlomif/perl-error.pm"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ SECTION = "libs"
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/release/Module-Build"
|
||||
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=949;endline=954;md5=624c06db56a2af4d70cf9edc29fcae1b"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-${PV}.tar.gz \
|
||||
|
||||
@@ -6,7 +6,7 @@ that are found but fail to compile will exit with an error rather than skip."
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/release/Test-Needs"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
|
||||
CPAN_NAME = "Test-Needs"
|
||||
CPAN_AUTHOR = "HAARG"
|
||||
|
||||
@@ -5,7 +5,7 @@ and manipulate the various components that make up these strings."
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/dist/URI/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c453e94fae672800f83bc1bd7a38b53f"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "XML::Parser - A perl module for parsing XML documents"
|
||||
HOMEPAGE = "https://libexpat.github.io/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://Parser.pm;beginline=1;endline=7;md5=d12cc778c80fc4c518f0e5dee29fd5fb"
|
||||
|
||||
DEPENDS += "expat"
|
||||
|
||||
@@ -5,7 +5,7 @@ XML::Grove and others."
|
||||
HOMEPAGE = "http://search.cpan.org/dist/libxml-perl/"
|
||||
SUMMARY = "Collection of Perl modules for working with XML"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
PR = "r3"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=33;endline=35;md5=1705549eef7577a3d6ba71123a1f0ce8"
|
||||
|
||||
@@ -6,7 +6,7 @@ on top of an underlying XML parsing module to maintain XML files \
|
||||
where the original uses plain Perl or SAX parsers."
|
||||
HOMEPAGE = "http://search.cpan.org/~markov/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pod"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cf206df8c9fe775f1d4c484386491eac"
|
||||
DEPENDS += "libxml-parser-perl"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Perl scripting language"
|
||||
HOMEPAGE = "http://www.perl.org/"
|
||||
DESCRIPTION = "Perl is a highly capable, feature-rich programming language"
|
||||
SECTION = "devel"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
|
||||
file://Artistic;md5=71a4d5d9acc18c0952a6df2218bb68da \
|
||||
"
|
||||
|
||||
@@ -5,7 +5,7 @@ HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
|
||||
BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=pkg-config"
|
||||
SECTION = "console/utils"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRCREV = "d97db4fae4c1cd099b506970b285dc2afd818ea2"
|
||||
|
||||
@@ -7,7 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
|
||||
DESCRIPTION = "The pseudo utility offers a way to run commands in a virtualized root environment."
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a1d8023a6f953ac6ea4af765ff62d574"
|
||||
SECTION = "base"
|
||||
LICENSE = "LGPL2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
DEPENDS = "sqlite3 attr"
|
||||
|
||||
FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}/var/pseudo"
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://readthedocs.org/docs/nose/"
|
||||
DESCRIPTION = "nose extends the test loading and running features of unittest, \
|
||||
making it easier to write, find and run tests."
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
SRC_URI[md5sum] = "4d3ad0ff07b61373d2cefc89c5d0b20b"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
|
||||
HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
|
||||
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||
|
||||
SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Docutils is a modular system for processing documentation into useful formats"
|
||||
HOMEPAGE = "http://docutils.sourceforge.net"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PSF & BSD-2-Clause & GPLv3"
|
||||
LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513"
|
||||
|
||||
SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Accessing and Modifying INI files"
|
||||
HOMEPAGE = "https://pypi.org/project/iniparse/"
|
||||
LICENSE = "MIT & PSF"
|
||||
LICENSE = "MIT & PSF-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \
|
||||
file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "A sophisticated Numeric Processing Package for Python"
|
||||
HOMEPAGE = "https://numpy.org/"
|
||||
DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python."
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT"
|
||||
LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f"
|
||||
|
||||
SRCNAME = "numpy"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Python bindings for the Cairo canvas library"
|
||||
HOMEPAGE = "http://cairographics.org/pycairo"
|
||||
BUGTRACKER = "http://bugs.freedesktop.org"
|
||||
SECTION = "python-devel"
|
||||
LICENSE = "LGPLv2.1 & MPLv1.1"
|
||||
LICENSE = "LGPL-2.1-only & MPL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f3713ca2c28d9312ad718520b6dc3eee \
|
||||
file://COPYING-LGPL-2.1;md5=fad9b3332be894bab9bc501572864b29 \
|
||||
file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Python GObject bindings"
|
||||
HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject"
|
||||
DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more."
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)"
|
||||
HOMEPAGE = "https://pypi.org/project/rfc3987/"
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d"
|
||||
|
||||
SRC_URI[md5sum] = "b6c4028acdc788a9ba697e1c1d6b896c"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Strict, simple, lightweight RFC3339 function.s"
|
||||
HOMEPAGE = "https://pypi.org/project/strict-rfc3339/"
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
||||
|
||||
SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "The Python Programming Language"
|
||||
HOMEPAGE = "http://www.python.org"
|
||||
DESCRIPTION = "Python is a programming language that lets you work more quickly and integrate your systems more effectively."
|
||||
LICENSE = "PSFv2"
|
||||
LICENSE = "PSF-2.0"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4b8801e752a2c70ac41a5f9aa243f766"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Qemu helper scripts"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
RDEPENDS:${PN} = "nativesdk-qemu \
|
||||
nativesdk-python3-shell nativesdk-python3-fcntl nativesdk-python3-logging \
|
||||
"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Helper utilities needed by the runqemu script"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
RDEPENDS:${PN} = "qemu-system-native"
|
||||
PR = "r1"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ machine's processor through dynamic binary translation and provides a set \
|
||||
of different hardware and device models for the machine, enabling it to run \
|
||||
a variety of guest operating systems"
|
||||
HOMEPAGE = "http://qemu.org"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
|
||||
RDEPENDS:${PN}-ptest = "bash"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ track of the changes each patch makes. Patches can be applied, un-applied,\
|
||||
refreshed, etc."
|
||||
HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \
|
||||
|
||||
@@ -21,7 +21,7 @@ supplied by the RPM Package Manager libraries."
|
||||
HOMEPAGE = "http://www.rpm.org"
|
||||
|
||||
# libraries are also LGPL - how to express this?
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c4eec0c20c6034b9407a09945b48a43f"
|
||||
|
||||
SRC_URI = "git://github.com/rpm-software-management/rpm;branch=rpm-4.17.x;protocol=https \
|
||||
|
||||
@@ -5,7 +5,7 @@ BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
|
||||
SECTION = "console/network"
|
||||
# GPLv2+ (<< 3.0.0), GPLv3+ (>= 3.0.0)
|
||||
# Includes opennsh and xxhash dynamic link exception
|
||||
LICENSE = "GPLv3+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9e5a4f9b3a253d51520617aa54f8eb26"
|
||||
|
||||
DEPENDS = "popt"
|
||||
|
||||
@@ -6,7 +6,7 @@ It is simple, straight-forward, and extensible. \
|
||||
"
|
||||
HOMEPAGE = "http://www.ruby-lang.org/"
|
||||
SECTION = "devel/ruby"
|
||||
LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPLv2 | ISC | MIT"
|
||||
LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \
|
||||
file://BSDL;md5=8b50bc6de8f586dc66790ba11d064d75 \
|
||||
file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
|
||||
@@ -4,7 +4,7 @@ SUMMARY = "Tools for manipulating SquashFS filesystems"
|
||||
HOMEPAGE = "https://github.com/plougher/squashfs-tools"
|
||||
DESCRIPTION = "Tools to create and extract Squashfs filesystems."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
PV = "4.5"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "System call tracing tool"
|
||||
HOMEPAGE = "http://strace.io"
|
||||
DESCRIPTION = "strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state."
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "LGPL-2.1+ & GPL-2+"
|
||||
LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59a33f0a3e6122d67c0b3befccbdaa6b"
|
||||
|
||||
SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Subversion (svn) version control system client"
|
||||
HOMEPAGE = "http://subversion.apache.org"
|
||||
DESCRIPTION = "Subversion is an open source version control system."
|
||||
SECTION = "console/network"
|
||||
LICENSE = "Apache-2 & MIT"
|
||||
LICENSE = "Apache-2.0 & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b"
|
||||
|
||||
DEPENDS = "apr-util serf sqlite3 file lz4"
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "SWIG is a compiler that makes it easy to integrate C and C++ \
|
||||
code with other languages including Perl, Tcl, Ruby, Python, Java, Guile, \
|
||||
Mzscheme, Chicken, OCaml, Pike, and C#."
|
||||
HOMEPAGE = "http://swig.sourceforge.net/"
|
||||
LICENSE = "BSD-3-Clause & GPLv3"
|
||||
LICENSE = "BSD-3-Clause & GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
|
||||
file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Multi-purpose linux bootloader"
|
||||
HOMEPAGE = "http://www.syslinux.org/"
|
||||
DESCRIPTION = "The Syslinux Project covers lightweight bootloaders for MS-DOS FAT filesystems (SYSLINUX), network booting (PXELINUX), bootable "El Torito" CD-ROMs (ISOLINUX), and Linux ext2/ext3/ext4 or btrfs filesystems (EXTLINUX). The project also includes MEMDISK, a tool to boot legacy operating systems (such as DOS) from nontraditional media; it is usually used in conjunction with PXELINUX and ISOLINUX."
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://README;beginline=35;endline=41;md5=558f2c71cb1fb9ba511ccd4858e48e8a"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION = "For systemd-bootchart, several proc debug interfaces are required
|
||||
below is optional, for additional info: \
|
||||
CONFIG_SCHED_DEBUG"
|
||||
HOMEPAGE = "https://github.com/systemd/systemd-bootchart"
|
||||
LICENSE = "LGPLv2.1 & GPLv2"
|
||||
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c \
|
||||
file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ DESCRIPTION = "Tool Command Language, is an open-source multi-purpose C library
|
||||
SECTION = "devel/tcltk"
|
||||
|
||||
# http://www.tcl.tk/software/tcltk/license.html
|
||||
LICENSE = "tcl & BSD-3-Clause"
|
||||
LICENSE = "TCL & BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://license.terms;md5=058f6229798281bbcac4239c788cfa38 \
|
||||
file://compat/license.terms;md5=058f6229798281bbcac4239c788cfa38 \
|
||||
file://library/license.terms;md5=058f6229798281bbcac4239c788cfa38 \
|
||||
|
||||
@@ -13,7 +13,7 @@ DEPENDS:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'api-doc
|
||||
# vala-native contains a native version of vapigen, which we use instead of the target one
|
||||
DEPENDS:append:class-target = " vala-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Valgrind memory debugger and instrumentation framework"
|
||||
HOMEPAGE = "http://valgrind.org/"
|
||||
DESCRIPTION = "Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail."
|
||||
BUGTRACKER = "http://valgrind.org/support/bug_reports.html"
|
||||
LICENSE = "GPLv2 & GPLv2+ & BSD-3-Clause"
|
||||
LICENSE = "GPL-2.0-only & GPL-2.0-or-later & BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://include/pub_tool_basics.h;beginline=6;endline=29;md5=41c410e8d3f305aee7aaa666b2e4f366 \
|
||||
file://include/valgrind.h;beginline=1;endline=56;md5=ad3b317f3286b6b704575d9efe6ca5df \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "A shell-script tool for converting XML files to various formats"
|
||||
HOMEPAGE = "https://pagure.io/xmlto"
|
||||
DESCRIPTION = "Utility xmlto is a simple shell-script tool for converting XML files to various formats. It serves as easy to use command line frontend to make fine output without remembering many long options and searching for the syntax of the backends."
|
||||
SECTION = "docs/xmlto"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user