mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen: Replace 'inherit gettext' with explicit gettext-native dependency
This fixes the build when libc-locale-code is not a DISTRO_FEATURE. xen's configure script checks for xgettext and will abort if not found. xgettext is provided by the gettext-native package but not by gettext-minimal-native. This means that "inherit gettext" is not sufficient to satisfy Xen's build requirements: gettext-native is required. Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
644b66f83d
commit
55b1cbe55d
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095"
|
|||
|
||||
COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux'
|
||||
|
||||
inherit autotools-brokensep gettext setuptools update-rc.d systemd deploy
|
||||
inherit autotools-brokensep setuptools update-rc.d systemd deploy
|
||||
|
||||
require xen-arch.inc
|
||||
|
||||
|
@ -29,6 +29,7 @@ DEPENDS = " \
|
|||
dev86-native \
|
||||
flex-native \
|
||||
file-native \
|
||||
gettext-native \
|
||||
iasl-native \
|
||||
ncurses-native \
|
||||
util-linux-native \
|
||||
|
|
Loading…
Reference in New Issue
Block a user