From: Koen Kooi Date: Sat, 15 May 2010 09:22:59 +0000 (+0200) Subject: sed 4.1.2: add missing 'inherit gettext' X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4154c5f1b9e65b5e2ecb026a06d53fe178921d26;p=openembedded.git sed 4.1.2: add missing 'inherit gettext' --- 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