mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
util-linux.inc: Fix DEPENDS on gettext for native case
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9
|
||||
file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
||||
DEPENDS = "zlib ncurses virtual/libintl"
|
||||
DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native"
|
||||
DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user