mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
(From OE-Core rev: 22988891bd66f4e65ba47b7e5eb261da281e6cba) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
438 B
BlitzBasic
17 lines
438 B
BlitzBasic
require dtc.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
|
|
|
|
SRCREV = "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
|
|
PV = "1.3.0+git${SRCPV}"
|
|
PR = "${INC_PR}.0"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI_PATCH = " file://remove_space_opt.patch"
|
|
SRC_URI_PATCH_virtclass-native = ""
|
|
SRC_URI += "${SRC_URI_PATCH}"
|
|
|
|
BBCLASSEXTEND = "native"
|