On Mon, May 20, 2013 at 7:07 PM, Joe Slater <[email protected]> wrote: > The libvirt-guests script needs gettext.sh which is > in the gettext-runtime package.
merged! Bruce > > Signed-off-by: Joe Slater <[email protected]> > --- > recipes-extended/libvirt/libvirt_1.0.3.bb | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb > b/recipes-extended/libvirt/libvirt_1.0.3.bb > index 0364421..049166d 100644 > --- a/recipes-extended/libvirt/libvirt_1.0.3.bb > +++ b/recipes-extended/libvirt/libvirt_1.0.3.bb > @@ -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" > -- > 1.7.3.4 > > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
