aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-15 11:22:59 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-15 11:22:59 +0200
commit4154c5f1b9e65b5e2ecb026a06d53fe178921d26 (patch)
treec6466c179040f2c1beacdca54c8ac65dd87b39ee /recipes
parent84de51631e1e7bb76141332807ed2ba9e8df02ae (diff)
downloadopenembedded-4154c5f1b9e65b5e2ecb026a06d53fe178921d26.tar.gz
sed 4.1.2: add missing 'inherit gettext'
Diffstat (limited to 'recipes')
-rw-r--r--recipes/sed/sed_4.1.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/sed/sed_4.1.2.bb b/recipes/sed/sed_4.1.2.bb
index 5cfa531db3..474ae3041b 100644
--- 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 = "r1"
+PR = "r2"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
S = "${WORKDIR}/sed-${PV}"
-inherit autotools
+inherit gettext autotools
do_install () {
autotools_do_install