diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-22 17:47:36 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-22 17:47:36 -0400 |
commit | 3889422c46439421ff1692081c632209ea3f6493 (patch) | |
tree | 05e92bd0060e7c12d96ab4d6a0a97d9a32e91e17 /recipes/util-linux-ng | |
parent | c8b3cc5ef81d305d5d90644da36acbc40c7c01f1 (diff) | |
parent | ef0a43982a9dc7b6744c5aef30cd61b01de8cfc9 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/util-linux-ng')
-rw-r--r-- | recipes/util-linux-ng/util-linux-ng.inc | 2 | ||||
-rw-r--r-- | 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 dda9792ee0..01e769eb6a 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 946147d41c..8fded14fbe 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" |