mirror of
git://git.yoctoproject.org/poky
synced 2026-09-17 00:16:52 +00:00
The LICENSE checksum has changed because of updated copyright years. SRC_URI has been changed to git, because upstream tarball is broken (includes configure.ac but not .m4 files it depends on). Add a backported patch that fixes builds with older versions of make and external zlib. (From OE-Core rev: 1a78720cba38b47d89c0460db7846d0984916273) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
254 B
BlitzBasic
9 lines
254 B
BlitzBasic
require ccache.inc
|
|
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b3c337e7664559a789d9f7a93e5283c1"
|
|
|
|
SRCREV = "4cad46e8ee0053144bb00919f0dadd20c1f87013"
|
|
|
|
SRC_URI += "file://0001-Fix-regression-in-recent-change-related-to-zlib-in-n.patch"
|