1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
@@ -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
+1 -1
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