mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +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:
@@ -1,4 +1,5 @@
|
|||||||
TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
|
TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
|
||||||
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}"
|
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}"
|
||||||
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}"
|
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}"
|
||||||
|
PROVIDES = "meta-toolchain-sdk"
|
||||||
require meta-toolchain.bb
|
require meta-toolchain.bb
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9
|
|||||||
file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
|
|
||||||
DEPENDS = "zlib ncurses virtual/libintl"
|
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
|
inherit autotools gettext
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user