mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
16 lines
467 B
BlitzBasic
16 lines
467 B
BlitzBasic
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
|
|
|
INHIBIT_DEFAULT_DEPS = "1"
|
|
|
|
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/syslinux-${PV}.tar.xz \
|
|
file://file1 \
|
|
file://file2"
|
|
|
|
SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13"
|
|
SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e"
|
|
|
|
S = "${WORKDIR}/syslinux-${PV}"
|
|
|
|
EXCLUDE_FROM_WORLD = "1"
|