git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd5df9
)
sed_4.2.1.bb: New recipe.
author
Khem Raj
<raj.khem@gmail.com>
Thu, 26 Aug 2010 06:40:15 +0000
(23:40 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 26 Aug 2010 06:40:15 +0000
(23:40 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/sed/sed_4.2.1.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/sed/sed_4.2.1.bb
b/recipes/sed/sed_4.2.1.bb
new file mode 100644
(file)
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"