From c1a8d779a6ecae1f58c9a88a4614119ef0a07d50 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 7 Jul 2004 21:03:47 +0000 Subject: Apply patch to sed 4.1 from debian's patchset, which fixes sed -i to fchmod() on the file in question, not stdin. BKrev: 40ec6533A0avpSKlH8n0sitT5xWaqg --- sed/sed-4.1/fchmod.patch | 0 sed/sed_4.1.oe | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 sed/sed-4.1/fchmod.patch (limited to 'sed') diff --git a/sed/sed-4.1/fchmod.patch b/sed/sed-4.1/fchmod.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/sed/sed_4.1.oe b/sed/sed_4.1.oe index e69de29bb2..ffe079db47 100644 --- a/sed/sed_4.1.oe +++ b/sed/sed_4.1.oe @@ -0,0 +1,7 @@ +DESCRIPTION = "sed is a Stream EDitor." + +SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ + file://fchmod.patch;patch=1" +S = "${WORKDIR}/sed-${PV}" + +inherit autotools -- cgit v1.2.3