sed 4.1.2: add missing 'inherit gettext'
authorKoen Kooi <koen@openembedded.org>
Sat, 15 May 2010 09:22:59 +0000 (11:22 +0200)
committerKoen Kooi <koen@openembedded.org>
Sat, 15 May 2010 09:22:59 +0000 (11:22 +0200)
recipes/sed/sed_4.1.2.bb

index 5cfa531..474ae30 100644 (file)
@@ -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