xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Tool for applying a patch file"
2*4882a593SmuzhiyunDESCRIPTION = "patch takes a patch file containing a difference listing \
3*4882a593Smuzhiyunproduced by the diff program and applies those differences to one or more \
4*4882a593Smuzhiyunoriginal files, producing patched versions."
5*4882a593SmuzhiyunSECTION = "utils"
6*4882a593SmuzhiyunHOMEPAGE = "http://savannah.gnu.org/projects/patch/"
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunSRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz"
9*4882a593SmuzhiyunS = "${WORKDIR}/patch-${PV}"
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuninherit autotools update-alternatives
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunALTERNATIVE:${PN} = "patch"
14*4882a593SmuzhiyunALTERNATIVE_PRIORITY = "100"
15