[meta-virtualization] [PATCH] libvirt: use libexecdir instead of hard code path

Bruce Ashfield bruce.ashfield at gmail.com
Mon Jun 10 08:25:23 PDT 2013


On Thu, Jun 6, 2013 at 10:45 PM,  <b28495 at freescale.com> wrote:
> From: Ting Liu <b28495 at freescale.com>

Thanks, I've staged the change locally. Will push it out shortly.

Bruce

>
> Signed-off-by: Ting Liu <b28495 at freescale.com>
> ---
>  recipes-extended/libvirt/libvirt_1.0.3.bb |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb
> index b29c055..479ce7e 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 = "r5"
> +PR = "r6"
>
>  DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
>            iptables ebtables dnsmasq readline"
> @@ -149,5 +149,5 @@ do_install_append() {
>
>         # 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
> +       mv ${D}/${libexecdir}/libvirt-guests.sh ${D}/${sysconfdir}/init.d
>  }
> --
> 1.7.9.7
>
>
> _______________________________________________
> 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