aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sed
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-25 23:40:15 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-25 23:40:15 -0700
commit26467782a44b1673e9a1557530d2819f680e255d (patch)
treedbfdb7c545d5f6e5b12aad7b439ed45abb330be3 /recipes/sed
parent7fd5df9fe826af4ad87e5e46a68269f72358fce5 (diff)
downloadopenembedded-26467782a44b1673e9a1557530d2819f680e255d.tar.gz
sed_4.2.1.bb: New recipe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/sed')
-rw-r--r--recipes/sed/sed_4.2.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/sed/sed_4.2.1.bb b/recipes/sed/sed_4.2.1.bb
new file mode 100644
index 0000000000..24fc736b00
--- /dev/null
+++ b/recipes/sed/sed_4.2.1.bb
@@ -0,0 +1,12 @@
+LICENSE = "GPLv3"
+SECTION = "console/utils"
+DESCRIPTION = "sed is a Stream EDitor."
+
+SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \
+ "
+
+inherit autotools
+SRC_URI[md5sum] = "f0fd4d7da574d4707e442285fd2d3b86"
+SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060"
+
+BBCLASSEXTEND = "native"