mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +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."
|
DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "zlib-native ncurses-native"
|
DEPENDS = "zlib-native ncurses-native gexttext-native"
|
||||||
|
|
||||||
inherit autotools native
|
inherit autotools native
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system."
|
DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "udev zlib ncurses virtual/libintl"
|
DEPENDS = "udev zlib ncurses virtual/libintl gettext"
|
||||||
|
|
||||||
inherit autotools_stage
|
inherit autotools_stage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user