mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: add RDEPENDS on gettext-runtime
The libvirt-guests script needs gettext.sh which is in the gettext-runtime package. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
ea1d9e46ad
commit
71c83bd62f
|
@ -3,7 +3,7 @@ HOMEPAGE = "http://libvirt.org"
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f"
|
||||
SECTION = "console/tools"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
|
||||
iptables ebtables dnsmasq readline"
|
||||
|
@ -11,6 +11,10 @@ DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux
|
|||
# These might be included by PACKAGECONFIG
|
||||
#RRECOMMENDS+= "polkit qemu yajl libnl lxc netcf"
|
||||
|
||||
# libvirt-guests.sh needs gettext.sh
|
||||
#
|
||||
RDEPENDS_${PN} = "gettext-runtime"
|
||||
|
||||
RDEPENDS_libvirt-libvirtd += "bridge-utils iptables pm-utils dnsmasq netcat-openbsd"
|
||||
RDEPENDS_libvirt-libvirtd_append_x86-64 = " dmidecode"
|
||||
RDEPENDS_libvirt-libvirtd_append_x86 = " dmidecode"
|
||||
|
|
Loading…
Reference in New Issue
Block a user