From: Chris Larson Date: Wed, 7 Jul 2004 21:03:47 +0000 (+0000) Subject: Apply patch to sed 4.1 from debian's patchset, which fixes sed -i to fchmod() X-Git-Tag: Release-2010-05/1~18266 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a8d779a6ecae1f58c9a88a4614119ef0a07d50;p=openembedded.git 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 --- 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