aboutsummaryrefslogtreecommitdiffstats
path: root/sed
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-07 21:03:47 +0000
committerChris Larson <clarson@kergoth.com>2004-07-07 21:03:47 +0000
commitc1a8d779a6ecae1f58c9a88a4614119ef0a07d50 (patch)
treea501d7e06585ecdee2a50498684d358de42c2e29 /sed
parent591bbc01eeedd02b4ce881e3e32e4ee2d8d882cb (diff)
downloadopenembedded-c1a8d779a6ecae1f58c9a88a4614119ef0a07d50.tar.gz
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
Diffstat (limited to 'sed')
-rw-r--r--sed/sed-4.1/fchmod.patch0
-rw-r--r--sed/sed_4.1.oe7
2 files changed, 7 insertions, 0 deletions
diff --git a/sed/sed-4.1/fchmod.patch b/sed/sed-4.1/fchmod.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/sed/sed-4.1/fchmod.patch
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