[oe-commits] Denys Dmytriyenko : e2fsprogs 1.41.4: depends on gettext-native, due to the removal of do_configure

GIT User account git at amethyst.openembedded.net
Tue Apr 21 13:41:23 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 213b485616ff6fbb659bdcca3a024eb4e3333d25
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=213b485616ff6fbb659bdcca3a024eb4e3333d25

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon Apr 20 05:24:58 2009 +0000

e2fsprogs 1.41.4: depends on gettext-native, due to the removal of do_configure

Acked-by: Koen Kooi <koen at openembedded.org>

Signed-off-by: Marcin Juszkiewicz <hrw at openembedded.org>

---

 recipes/e2fsprogs/e2fsprogs_1.41.4.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/e2fsprogs/e2fsprogs_1.41.4.bb b/recipes/e2fsprogs/e2fsprogs_1.41.4.bb
index 177d9af..c2b9232 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





More information about the Openembedded-commits mailing list