[meta-virtualization] [PATCH 1/1] libvirt: move libvirt-guests.sh to /etc/init.d

Bruce Ashfield bruce.ashfield at gmail.com
Tue May 28 18:41:15 PDT 2013


On Tue, May 28, 2013 at 7:15 PM, Joe Slater <jslater at windriver.com> wrote:
> CQID: 418962
>
> The script does not seem to meet the definition
> of what should go into /usr/libexec and is a superset
> of a normal "service" script, so we move it to
> /etc/init.d.
>
> Signed-off-by: Joe Slater <jslater at windriver.com>
> ---
>  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 ea136bc..63fa598 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 = "r5"

This won't apply as is. You need to cherry pick your patch onto the
top of meta-virt
master, and resend.

Yes, it's trivial for me to resolve, but it's good practice to have
your patches on the
tip of the branch.

Cheers,

Bruce

>
>  DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
>            iptables ebtables dnsmasq readline"
> @@ -146,4 +146,8 @@ do_install_append() {
>
>         install -m 0755 ${WORKDIR}/libvirtd.sh ${D}/etc/init.d/libvirtd
>         install -m 0644 ${WORKDIR}/libvirtd.conf ${D}/etc/libvirt/libvirtd.conf
> +
> +       # This will wind up in the libvirtd package, but will NOT be invoked by default.
> +       #
> +       mv ${D}/usr/libexec/libvirt-guests.sh ${D}/${sysconfdir}/init.d
>  }
> --
> 1.7.3.4
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



More information about the meta-virtualization mailing list