summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/patch/patch.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 12:24:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 12:30:01 +0000
commit8ba70a1c28a4e0ee73db5308b38abc923b0be44d (patch)
tree0ed9bff8e4bd70766c81dbb559d32781bdd93ce8 /recipes-devtools/patch/patch.inc
downloadmeta-gplv2-8ba70a1c28a4e0ee73db5308b38abc923b0be44d.tar.gz
Create meta-gplv2 from files from OE-Core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"