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

GIT User account git at amethyst.openembedded.net
Sun Apr 19 18:33:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8972f6f429d52a3d32f834e81079100f8aac7830
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8972f6f429d52a3d32f834e81079100f8aac7830

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sun Apr 19 20:25:15 2009 +0200

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

---

 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