From 4154c5f1b9e65b5e2ecb026a06d53fe178921d26 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 15 May 2010 11:22:59 +0200 Subject: sed 4.1.2: add missing 'inherit gettext' --- recipes/sed/sed_4.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/sed') 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 -- cgit 1.2.3-korg