From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-devtools/patch/patch.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-devtools/patch/patch.inc (limited to 'meta/recipes-devtools/patch/patch.inc') diff --git a/meta/recipes-devtools/patch/patch.inc b/meta/recipes-devtools/patch/patch.inc new file mode 100644 index 0000000000..b49226a1b2 --- /dev/null +++ b/meta/recipes-devtools/patch/patch.inc @@ -0,0 +1,16 @@ +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 + +PACKAGECONFIG ??= "" +PACKAGECONFIG[attr] = "--enable-xattr,--disable-xattr,attr" + +ALTERNATIVE_${PN} = "patch" +ALTERNATIVE_PRIORITY = "100" -- cgit v1.2.3-54-g00ecf