aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sed/sed_4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sed/sed_4.1.bb')
-rw-r--r--recipes/sed/sed_4.1.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/sed/sed_4.1.bb b/recipes/sed/sed_4.1.bb
new file mode 100644
index 0000000000..5f333d1513
--- /dev/null
+++ b/recipes/sed/sed_4.1.bb
@@ -0,0 +1,9 @@
+LICENSE = "GPL"
+SECTION = "console/utils"
+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