summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/patch/patch.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/patch/patch.inc')
-rw-r--r--recipes-devtools/patch/patch.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-devtools/patch/patch.inc b/recipes-devtools/patch/patch.inc
new file mode 100644
index 0000000..cbfb8cf
--- /dev/null
+++ b/recipes-devtools/patch/patch.inc
@@ -0,0 +1,14 @@
1SUMMARY = "Tool for applying a patch file"
2DESCRIPTION = "patch takes a patch file containing a difference listing \
3produced by the diff program and applies those differences to one or more \
4original files, producing patched versions."
5SECTION = "utils"
6HOMEPAGE = "http://savannah.gnu.org/projects/patch/"
7
8SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz"
9S = "${WORKDIR}/patch-${PV}"
10
11inherit autotools update-alternatives
12
13ALTERNATIVE_${PN} = "patch"
14ALTERNATIVE_PRIORITY = "100"