Apply patch to sed 4.1 from debian's patchset, which fixes sed -i to fchmod()
authorChris Larson <clarson@kergoth.com>
Wed, 7 Jul 2004 21:03:47 +0000 (21:03 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 7 Jul 2004 21:03:47 +0000 (21:03 +0000)
on the file in question, not stdin.

BKrev: 40ec6533A0avpSKlH8n0sitT5xWaqg

sed/sed-4.1/fchmod.patch [new file with mode: 0644]
sed/sed_4.1.oe

diff --git a/sed/sed-4.1/fchmod.patch b/sed/sed-4.1/fchmod.patch
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..ffe079d 100644 (file)
@@ -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