mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
[YOCTO #1214] (From OE-Core rev: 73787e1a1feb8b8e8e3401ff772452ac6f9bbf4b) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
440 B
BlitzBasic
14 lines
440 B
BlitzBasic
require quilt.inc
|
|
LICENSE="GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
|
|
PR = "r2"
|
|
SRC_URI += "file://aclocal.patch \
|
|
file://gnu_patch_test_fix_target.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b"
|
|
SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc"
|
|
|
|
inherit autotools gettext
|