[oe-commits] Khem Raj : sed_4.2.1.bb: New recipe.

git version control git at git.openembedded.org
Thu Aug 26 06:41:03 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26467782a44b1673e9a1557530d2819f680e255d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26467782a44b1673e9a1557530d2819f680e255d

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Aug 25 23:40:15 2010 -0700

sed_4.2.1.bb: New recipe.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/sed/sed_4.2.1.bb |   12 ++++++++++++
 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 0000000..24fc736
--- /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"





More information about the Openembedded-commits mailing list