mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "Different utilities from Android"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "Apache-2.0 & GPL-2.0 & BSD-2-Clause & BSD-3-Clause"
|
||||
LICENSE = "Apache-2.0 & GPL-2.0-only & BSD-2-Clause & BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \
|
||||
file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
|
||||
|
||||
@@ -6,8 +6,8 @@ SECTION = "devel"
|
||||
|
||||
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPLv2 & GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LICENSE = "GPL-2.0-only & GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "curses-based interface to GDB"
|
||||
DESCRIPTION = "cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB)."
|
||||
HOMEPAGE = "http://cgdb.github.io/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "flex-native readline ncurses"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Count blank lines, comment lines, and physical lines of source code \
|
||||
in many programming languages."
|
||||
AUTHOR = "Al Danial"
|
||||
|
||||
LICENSE="GPL-2.0"
|
||||
LICENSE="GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
|
||||
|
||||
SRC_URI = "https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz"
|
||||
|
||||
@@ -4,7 +4,7 @@ from the CPUID instruction, and also determines the exact model of CPU(s). \
|
||||
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, \
|
||||
UMC, NexGen, Rise, and SiS CPUs"
|
||||
HOMEPAGE="http://www.etallen.com/cpuid.html"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "http://www.etallen.com/${BPN}/${BP}.src.tar.gz \
|
||||
|
||||
@@ -9,7 +9,7 @@ DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \
|
||||
|
||||
HOMEPAGE = "https://ctags.io/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
inherit autotools-brokensep pkgconfig manpages
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "A text-based user interface plugin of dnf for user to manage packages. "
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
|
||||
HOMEPAGE = "http://www.doxygen.org/"
|
||||
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "flex-native bison-native"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
DESCRIPTION = "A fast and lightweight IDE"
|
||||
HOMEPAGE = "http://plugins.geany.org/"
|
||||
|
||||
LICENSE_DEFAULT = "GPLv2"
|
||||
LICENSE = "${LICENSE_DEFAULT} & BSD-2-Clause & GPLv3"
|
||||
LICENSE_DEFAULT = "GPL-2.0-only"
|
||||
LICENSE = "${LICENSE_DEFAULT} & BSD-2-Clause & GPL-3.0-only"
|
||||
|
||||
python () {
|
||||
for plugin in d.getVar('PLUGINS').split():
|
||||
@@ -60,7 +60,7 @@ FILES:${PN}-codenav = "${libdir}/geany/codenav.so"
|
||||
|
||||
PLUGINS += "${PN}-commander"
|
||||
LIC_FILES_CHKSUM += "file://commander/COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
LICENSE:${PN}-commander = "GPLv3"
|
||||
LICENSE:${PN}-commander = "GPL-3.0-only"
|
||||
FILES:${PN}-commander = "${libdir}/geany/commander.so"
|
||||
|
||||
# | checking whether the GTK version in use is compatible with plugin Debugger... no
|
||||
@@ -86,7 +86,7 @@ FILES:${PN}-geanyctags = "${libdir}/geany/geanyctags.so"
|
||||
|
||||
PLUGINS += "${PN}-geanydoc"
|
||||
LIC_FILES_CHKSUM += "file://geanydoc/COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
LICENSE:${PN}-geanydoc = "GPLv3"
|
||||
LICENSE:${PN}-geanydoc = "GPL-3.0-only"
|
||||
FILES:${PN}-geanydoc = "${libdir}/geany/geanydoc.so"
|
||||
|
||||
PLUGINS += "${PN}-geanyextrasel"
|
||||
@@ -121,7 +121,7 @@ FILES:${PN}-geanypg = "${libdir}/geany/geanypg.so"
|
||||
|
||||
PLUGINS += "${PN}-geanyprj"
|
||||
LIC_FILES_CHKSUM += "file://geanyprj/COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
LICENSE:${PN}-geanyprj = "GPLv3"
|
||||
LICENSE:${PN}-geanyprj = "GPL-3.0-only"
|
||||
FILES:${PN}-geanyprj = "${libdir}/geany/geanyprj.so"
|
||||
|
||||
#PLUGINS += "${PN}-geanypy"
|
||||
@@ -138,7 +138,7 @@ FILES:${PN}-geniuspaste = "${libdir}/geany/geniuspaste.so ${datadir}/${PN}/geniu
|
||||
|
||||
PLUGINS += "${PN}-git-changebar"
|
||||
LIC_FILES_CHKSUM += "file://git-changebar/COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
LICENSE:${PN}-git-changebar = "GPLv3"
|
||||
LICENSE:${PN}-git-changebar = "GPL-3.0-only"
|
||||
FILES:${PN}-git-changebar = "${datadir}/${BPN}/git-changebar ${libdir}/geany/git-changebar.so"
|
||||
|
||||
PLUGINS += "${PN}-keyrecord"
|
||||
@@ -179,7 +179,7 @@ LIC_FILES_CHKSUM += "file://pairtaghighlighter/COPYING;md5=d6d927525a612b3a8dbeb
|
||||
FILES:${PN}-pairtaghighlighter = "${libdir}/geany/pairtaghighlighter.so"
|
||||
|
||||
PLUGINS += "${PN}-pohelper"
|
||||
LICENSE:${PN}-pohelper = "GPLv3"
|
||||
LICENSE:${PN}-pohelper = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM += "file://pohelper/COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
FILES:${PN}-pohelper = "${datadir}/${BPN}/pohelper ${libdir}/geany/pohelper.so"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "A fast and lightweight IDE"
|
||||
HOMEPAGE = "http://www.geany.org/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5"
|
||||
|
||||
DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Glade - A User Interface Designer"
|
||||
HOMEPAGE = "http://www.gnu.org/software/gnash"
|
||||
LICENSE = "GPLv2 & LGPLv2"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
|
||||
file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
|
||||
file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475"
|
||||
|
||||
@@ -3,7 +3,7 @@ Provides gRPC libraries for multiple languages written on top of shared C core l
|
||||
(C++, Node.js, Python, Ruby, Objective-C, PHP, C#)"
|
||||
HOMEPAGE = "https://github.com/grpc/grpc"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Apache-2"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2"
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/iipeace/guider"
|
||||
BUGTRACKER = "https://github.com/iipeace/guider/issues"
|
||||
AUTHOR = "Peace Lee <ipeace5@gmail.com>"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2"
|
||||
|
||||
PV = "3.9.8+git${SRCPV}"
|
||||
|
||||
@@ -4,7 +4,7 @@ events with stack traces. Dedicated analysis tools then allow you to interpret \
|
||||
the heap memory profile to find hotspots to reduce memory, leaks, allocation \
|
||||
hotspots and temporary allocations"
|
||||
HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
DEPENDS = "zlib boost libunwind elfutils"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "gdk-pixbuf popt"
|
||||
|
||||
@@ -20,7 +20,7 @@ built-in raw socket interface of the Linux kernel, so it can be used \
|
||||
on a wide variety of supported network cards."
|
||||
|
||||
HOMEPAGE = "https://fedorahosted.org/iptraf-ng/"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e2b3850593b899b1a17594ed4cc4c731"
|
||||
DEPENDS = "ncurses"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ kconfig infrastructure, ready for use by third-party projects. \
|
||||
The kconfig-frontends package provides the kconfig parser, as well as all \
|
||||
the frontends"
|
||||
HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends"
|
||||
LICENSE = "GPL-2.0"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408"
|
||||
SECTION = "devel"
|
||||
DEPENDS += "ncurses flex-native gperf-native bison-native"
|
||||
|
||||
@@ -5,7 +5,7 @@ SECTION = "libs"
|
||||
DEPENDS = "glib-2.0"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -4,7 +4,7 @@ Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative \
|
||||
properties defined by Annex #11 (UAX #11) may be concerned to determin \
|
||||
breaking positions. This package also implements "default" Grapheme \
|
||||
Cluster segmentation described in Annex #29 (UAX #29)."
|
||||
LICENSE = "Artistic-1.0 | GPLv1+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b"
|
||||
|
||||
SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "C utility functions for OpenWrt"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://avl.c;endline=39;md5=00810155fed3d604816ec5814523d60a \
|
||||
file://avl-cmp.c;endline=15;md5=1603e6094b432a5f3f320877a06f41b5 \
|
||||
|
||||
@@ -6,7 +6,7 @@ SUMMARY = "Hardware lister"
|
||||
HOMEPAGE = "http://ezix.org/project/wiki/HardwareLiSter"
|
||||
SECTION = "console/tools"
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
|
||||
@@ -6,7 +6,7 @@ It can also intercept and print the system calls executed by the program.\
|
||||
"
|
||||
HOMEPAGE = "http://ltrace.org/"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -6,7 +6,7 @@ is used and which 'old' libs are loaded. \
|
||||
HOMEPAGE = "http://memstattool.sourceforge.net/"
|
||||
SECTION = "devtool"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
S = "${WORKDIR}/memstattool"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "The Mercurial distributed SCM"
|
||||
HOMEPAGE = "http://mercurial.selenic.com/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "python3 python3-native"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "utilies to read and write Intel model-specific registers"
|
||||
HOMEPAGE = "https://01.org/msr-tools"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=11;md5=678a3928c856042424c734f4a7586e65"
|
||||
SECTION = "devel"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "High-level language, primarily intended for numerical computation
|
||||
HOMEPAGE = "http://www.gnu.org/software/octave/"
|
||||
SECTION = "math"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
DEPENDS = "gperf-native texinfo lapack pcre readline"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "libusb-compat libftdi"
|
||||
RDEPENDS:${PN} = "libusb1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Shows and manipulates data structure layout"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
DEPENDS = "elfutils zlib libbpf"
|
||||
|
||||
@@ -4,7 +4,7 @@ utilities for ELF binaries. It can check ELF binary files and running \
|
||||
processes for issues that might be relevant when using ELF binaries \
|
||||
along with PaX, such as non-PIC code or executable stack and heap."
|
||||
HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
SRC_URI = "https://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Simple program to read & write to a pci device from userspace"
|
||||
HOMEPAGE = "https://github.com/billfarrow/pcimem"
|
||||
BUGTRACKER = "https://github.com/billfarrow/pcimem/issues"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)"
|
||||
|
||||
@@ -5,7 +5,7 @@ usages are supported and may be mixed. Likewise, functional and OO API \
|
||||
styles are both supported and may be mixed."
|
||||
HOMEPAGE = "https://metacpan.org/release/IPC-Run"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e"
|
||||
DEPENDS = "perl"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ functions are missing, mainly because no-one ever requested them. \
|
||||
HOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql"
|
||||
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c"
|
||||
|
||||
@@ -6,7 +6,7 @@ database interface independent of the actual database being used. \
|
||||
"
|
||||
HOMEPAGE = "http://search.cpan.org/dist/DBI/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=10982c7148e0a012c0fd80534522f5c5"
|
||||
|
||||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz \
|
||||
|
||||
@@ -4,7 +4,7 @@ and its headers are available, by attempting to compile a simple program and \
|
||||
link against it."
|
||||
HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Perl module for pseudo tty IO"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587"
|
||||
|
||||
SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
|
||||
|
||||
@@ -4,7 +4,7 @@ The module implements JSON encode/decode."
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/JSON"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094768e67386c453e8bbe"
|
||||
|
||||
DEPENDS += "perl"
|
||||
|
||||
@@ -5,7 +5,7 @@ with perl object oriented interface."
|
||||
|
||||
HOMEPAGE = "http://search.cpan.org/dist/Parse-Yapp/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://lib/Parse/Yapp.pm;beginline=508;endline=521;md5=41a4542fcde97a600c9de0d782a90256"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ The module implements perlio layer for gzip."
|
||||
|
||||
HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0+"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=55;endline=61;md5=bc3da2dec1fbea59ac91172c5e0eb837"
|
||||
|
||||
DEPENDS += "perl"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Ply: A light-weight dynamic tracer for eBPF"
|
||||
HOMEPAGE = "https://github.com/iovisor/ply"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS += "bison-native"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "This is a small collection of power management \
|
||||
test and investigation tools"
|
||||
HOMEPAGE = "http://lesswatts.org/projects/acpi"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
|
||||
PV = "20130209+git${SRCPV}"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "GNU poke is an extensible editor for structured binary data"
|
||||
HOMEPAGE = "https://pokology.org"
|
||||
DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them."
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL-3.0+"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Python-apt is a wrapper to use features of apt from python."
|
||||
LICENSE = "GPLv2 & FSFAP"
|
||||
LICENSE = "GPL-2.0-only & FSFAP"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3 \
|
||||
file://debian/copyright;md5=4ed7b6862ca422678b17e7d4ed592285"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "python-distutils extension"
|
||||
DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation"
|
||||
HOMEPAGE = "https://launchpad.net/python-distutils-extra"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4"
|
||||
|
||||
SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
DESCRIPTION = "pycups - CUPS bindings for Python"
|
||||
HOMEPAGE = "https://github.com/OpenPrinting/pycups"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS += "cups"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Application to verify operation of serial ports"
|
||||
HOMEPAGE = "https://github.com/nsekhar/serialcheck"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = " \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "SIP is a C++/Python Wrapper Generator"
|
||||
HOMEPAGE = "https://riverbankcomputing.com/software/sip/"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
|
||||
|
||||
SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "New set of tools for working with SquashFS images"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPL-3.0+ & LGPL-3.0+ & MIT & BSD-2-Clause & Zlib"
|
||||
LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & MIT & BSD-2-Clause & Zlib"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \
|
||||
file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \
|
||||
file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LICENSE = "GPLv2 & GPLv3 & BSD-3-Clause & LGPL-2.0 & Apache-2.0"
|
||||
LICENSE = "GPL-2.0-only & GPL-3.0-only & BSD-3-Clause & LGPL-2.0-only & Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5fa987762101f748a6cdd951b64ffc6b"
|
||||
SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branch=master \
|
||||
file://0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch \
|
||||
|
||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tcl.sourceforge.net"
|
||||
SECTION = "devel/tcltk"
|
||||
|
||||
# http://www.tcl.tk/software/tcltk/license.html
|
||||
LICENSE = "tcl"
|
||||
LICENSE = "TCL"
|
||||
LIC_FILES_CHKSUM = "file://${S}/../license.terms;md5=c88f99decec11afa967ad33d314f87fe \
|
||||
file://${S}/../compat/license.terms;md5=c88f99decec11afa967ad33d314f87fe \
|
||||
file://${S}/../doc/license.terms;md5=c88f99decec11afa967ad33d314f87fe \
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Trace and analyze execution of a program written in C/C++"
|
||||
HOMEPAGE = "https://github.com/namhyung/uftrace"
|
||||
BUGTRACKER = "https://github.com/namhyung/uftrace/issues"
|
||||
SECTION = "devel"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
DEPENDS = "elfutils"
|
||||
|
||||
Reference in New Issue
Block a user