From 26467782a44b1673e9a1557530d2819f680e255d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 25 Aug 2010 23:40:15 -0700 Subject: sed_4.2.1.bb: New recipe. Signed-off-by: Khem Raj --- recipes/sed/sed_4.2.1.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/sed/sed_4.2.1.bb (limited to 'recipes') 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" -- cgit v1.2.3