blob: d0fd69797838a2392339923cad762f063b93c8eb [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001LICENSE = "GPL-2.0-or-later"
Brad Bishop316dfdd2018-06-25 12:45:53 -04002LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
3
4INHIBIT_DEFAULT_DEPS = "1"
5
6SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/syslinux-${PV}.tar.xz \
7 file://file1 \
8 file://file2"
9
Andrew Geissler517393d2023-01-13 08:55:19 -060010SRC_URI:append:class-native = " file://file3"
11
Brad Bishop316dfdd2018-06-25 12:45:53 -040012SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13"
13SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15S = "${WORKDIR}/syslinux-${PV}"
16
17EXCLUDE_FROM_WORLD = "1"
Andrew Geissler517393d2023-01-13 08:55:19 -060018BBCLASSEXTEND = "native"