From: Stefan Schmidt Date: Sun, 18 Jul 2010 09:05:17 +0000 (+0200) Subject: bison.inc: Configure asks for gettext inherit it X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67026749f9d2eb41675268062f2904d14a80cb8;p=openembedded.git bison.inc: Configure asks for gettext inherit it --- diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc index cfcac6a749..ba33102a54 100644 --- a/recipes/bison/bison.inc +++ b/recipes/bison/bison.inc @@ -8,9 +8,9 @@ DEPENDS = "virtual/libintl" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ file://m4.patch" -INC_PR = "r5" +INC_PR = "r6" -inherit autotools +inherit autotools gettext NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native"