diff options
-rw-r--r-- | sed/sed-4.1/fchmod.patch | 0 | ||||
-rw-r--r-- | sed/sed_4.1.oe | 7 |
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 |