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:
84de516
)
sed 4.1.2: add missing 'inherit gettext'
author
Koen Kooi
<koen@openembedded.org>
Sat, 15 May 2010 09:22:59 +0000
(11:22 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 15 May 2010 09:22:59 +0000
(11:22 +0200)
recipes/sed/sed_4.1.2.bb
patch
|
blob
|
history
diff --git
a/recipes/sed/sed_4.1.2.bb
b/recipes/sed/sed_4.1.2.bb
index
5cfa531
..
474ae30
100644
(file)
--- a/
recipes/sed/sed_4.1.2.bb
+++ b/
recipes/sed/sed_4.1.2.bb
@@
-1,12
+1,12
@@
LICENSE = "GPL"
SECTION = "console/utils"
DESCRIPTION = "sed is a Stream EDitor."
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
S = "${WORKDIR}/sed-${PV}"
-inherit autotools
+inherit
gettext
autotools
do_install () {
autotools_do_install