summaryrefslogtreecommitdiffstats
path: root/recipes-extended/xen/xen.inc
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2017-09-17 18:22:09 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-09-19 09:22:55 -0400
commit55b1cbe55dcd356e4d6b257ee1f58df9bb728665 (patch)
tree25b0dade466721404d8e62fb464bd134aec362f6 /recipes-extended/xen/xen.inc
parent644b66f83d5251cdf2a6d592e067595f60c90b71 (diff)
downloadmeta-virtualization-55b1cbe55dcd356e4d6b257ee1f58df9bb728665.tar.gz
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>
Diffstat (limited to 'recipes-extended/xen/xen.inc')
-rw-r--r--recipes-extended/xen/xen.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 3ca38fba..cb314f88 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb4b1bdc2c3b6743da3c39d03249095"
7 7
8COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux' 8COMPATIBLE_HOST = '(x86_64.*).*-linux|aarch64.*-linux'
9 9
10inherit autotools-brokensep gettext setuptools update-rc.d systemd deploy 10inherit autotools-brokensep setuptools update-rc.d systemd deploy
11 11
12require xen-arch.inc 12require xen-arch.inc
13 13
@@ -29,6 +29,7 @@ DEPENDS = " \
29 dev86-native \ 29 dev86-native \
30 flex-native \ 30 flex-native \
31 file-native \ 31 file-native \
32 gettext-native \
32 iasl-native \ 33 iasl-native \
33 ncurses-native \ 34 ncurses-native \
34 util-linux-native \ 35 util-linux-native \