mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 06:07:56 +00:00
util-linux: Fix DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
f866f511ad
commit
515b0f19ca
@ -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,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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user