From: Denys Dmytriyenko Date: Tue, 14 Apr 2009 19:18:51 +0000 (-0400) Subject: e2fsprogs 1.41.4: depends on gettext-native, due to the removal of do_configure X-Git-Tag: Release-2010-05/1~3783^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2fa7e71643e20bff3cce5699e6bfb8c0e7bf39e;p=openembedded.git e2fsprogs 1.41.4: depends on gettext-native, due to the removal of do_configure --- diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.4.bb b/recipes/e2fsprogs/e2fsprogs_1.41.4.bb index 177d9af2f8..c2b92323c4 100644 --- a/recipes/e2fsprogs/e2fsprogs_1.41.4.bb +++ b/recipes/e2fsprogs/e2fsprogs_1.41.4.bb @@ -2,7 +2,9 @@ require e2fsprogs.inc SRC_URI += "file://mkinstalldirs.patch;patch=1" -PR = "r2" +DEPENDS += "gettext-native" + +PR = "r3" do_compile_prepend () { find ./ -print|xargs chmod u=rwX