util-linux: Fix DEPENDS on gettext

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-12-01 16:58:49 +00:00
parent f866f511ad
commit 515b0f19ca
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system."
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "zlib-native ncurses-native"
DEPENDS = "zlib-native ncurses-native gexttext-native"
inherit autotools native

View File

@@ -1,7 +1,7 @@
DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system."
SECTION = "base"
LICENSE = "GPL"
DEPENDS = "udev zlib ncurses virtual/libintl"
DEPENDS = "udev zlib ncurses virtual/libintl gettext"
inherit autotools_stage