mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
util-linux: Fix DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user