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>
(cherry picked from commit 55b1cbe55d)
This commit is contained in:
Christopher Clark 2017-10-17 09:43:40 -05:00 committed by Bruce Ashfield
parent aa622da07a
commit 8a01734875

View File

@ -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 \