[meta-virtualization] [PATCH 2/2] libvirt: package .debug and .a files in lock-driver

Bruce Ashfield bruce.ashfield at gmail.com
Sat Apr 6 20:53:55 PDT 2013


On Wed, Mar 27, 2013 at 11:25 AM,  <b28495 at freescale.com> wrote:
> From: Ting Liu <b28495 at freescale.com>
>
> Fix ERROR: QA Issue: non -staticdev package contains static .a
> library: libvirt path '.../packages-split/libvirt/usr/lib/libvirt/lock-driver/lockd.a'
> ERROR: QA Issue: non debug package contains .debug directory:
> libvirt path .../packages-split/libvirt/usr/lib/libvirt/lock-driver/.debug/lockd.so
> ERROR: QA run found fatal errors. Please consider fixing them.
> ERROR: Function failed: do_package_qa

This looks fine to me.

I've grabbed it and queued it here, if no one else has issues with it,
I'll push it early
next week.

Cheers,

Bruce

>
> Signed-off-by: Ting Liu <b28495 at freescale.com>
> ---
>  recipes-extended/libvirt/libvirt_1.0.3.bb |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-extended/libvirt/libvirt_1.0.3.bb b/recipes-extended/libvirt/libvirt_1.0.3.bb
> index ae2a9df..e3cc22f 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 = "r1"
> +PR = "r2"
>
>  DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
>            iptables ebtables dnsmasq readline libpciaccess"
> @@ -94,8 +94,8 @@ FILES_${PN} += "${libdir}/libvirt/connection-driver \
>             ${datadir}/augeas \
>             ${datadir}/polkit-1"
>
> -FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug"
> -FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a"
> +FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug"
> +FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a ${libdir}/libvirt/lock-driver/*.a"
>
>  INITSCRIPT_PACKAGES = "${PN}-libvirtd"
>  INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd"
> --
> 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