mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: 6a76ad8a45b4e099703c051d759f687904442713) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
434 B
PHP
14 lines
434 B
PHP
SUMMARY = "Tool for applying a patch file"
|
|
DESCRIPTION = "patch takes a patch file containing a difference listing \
|
|
produced by the diff program and applies those differences to one or more \
|
|
original files, producing patched versions."
|
|
SECTION = "utils"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz"
|
|
S = "${WORKDIR}/patch-${PV}"
|
|
|
|
inherit autotools update-alternatives
|
|
|
|
ALTERNATIVE_${PN} = "patch"
|
|
ALTERNATIVE_PRIORITY = "100"
|