From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/patch/patch.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/patch/patch.inc (limited to 'recipes/patch/patch.inc') diff --git a/recipes/patch/patch.inc b/recipes/patch/patch.inc new file mode 100644 index 0000000000..4ce51703aa --- /dev/null +++ b/recipes/patch/patch.inc @@ -0,0 +1,19 @@ +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." +LICENSE = "GPL" +PRIORITY = "standard" +SECTION = "utils" + +SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz" +S = "${WORKDIR}/patch-${PV}" + +inherit autotools update-alternatives + +do_install_append () { + mv ${D}${bindir}/patch ${D}${bindir}/patch.${PN} +} + +ALTERNATIVE_NAME = "patch" +ALTERNATIVE_PATH = "patch.${PN}" +ALTERNATIVE_PRIORITY = "100" -- cgit 1.2.3-korg