[oe-commits] Marcin Juszkiewicz : util-linux-ng: depend on virtual/ libintl to pass building with uclibc

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


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

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Mon Apr 20 14:25:00 2009 +0000

util-linux-ng: depend on virtual/libintl to pass building with uclibc

Acked-by: Tom Rini <trini at embeddedalley.com>
Acked-by: Leon Woestenberg <leon at sidebranch.com>

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

---

 recipes/util-linux-ng/util-linux-ng.inc       |    2 +-
 recipes/util-linux-ng/util-linux-ng_2.13.1.bb |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index dda9792..01e769e 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux system."
 SECTION = "base"
 LICENSE = "GPL"
-DEPENDS = "udev zlib ncurses e2fsprogs-libs"
+DEPENDS = "udev zlib ncurses e2fsprogs-libs virtual/libintl"
 
 inherit autotools
 
diff --git a/recipes/util-linux-ng/util-linux-ng_2.13.1.bb b/recipes/util-linux-ng/util-linux-ng_2.13.1.bb
index 946147d..8fded14 100644
--- a/recipes/util-linux-ng/util-linux-ng_2.13.1.bb
+++ b/recipes/util-linux-ng/util-linux-ng_2.13.1.bb
@@ -1,5 +1,6 @@
 require util-linux-ng.inc
 
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng-${PV}${RC}.tar.bz2"
 #SRC_URI += "file://util-linux_2.12r-12.diff.gz;patch=1"
 #SRC_URI += "file://glibc-fix.patch;patch=1"
 #SRC_URI += "file://glibc-umount2.patch;patch=1"





More information about the Openembedded-commits mailing list