diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-15 11:22:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-15 11:22:59 +0200 |
commit | 4154c5f1b9e65b5e2ecb026a06d53fe178921d26 (patch) | |
tree | c6466c179040f2c1beacdca54c8ac65dd87b39ee /recipes/sed | |
parent | 84de51631e1e7bb76141332807ed2ba9e8df02ae (diff) |
sed 4.1.2: add missing 'inherit gettext'
Diffstat (limited to 'recipes/sed')
-rw-r--r-- | recipes/sed/sed_4.1.2.bb | 4 |
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 |