summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2013-03-27 10:25:14 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-04-06 21:00:41 -0700
commitf46d6cbc4e8d20d8cc4350cf2c41e25133641fdd (patch)
tree78283decd141ce242a880fd08315a87ed23882de
parentaef07c424d67f64de6f3a4efa127c6dfc1645c97 (diff)
downloadmeta-virtualization-f46d6cbc4e8d20d8cc4350cf2c41e25133641fdd.tar.gz
libvirt: package .debug and .a files in lock-driver
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 Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/libvirt/libvirt_1.0.3.bb6
1 files 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 bf8c9ec8..c1c000e0 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"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f"
5SECTION = "console/tools" 5SECTION = "console/tools"
6PR = "r0" 6PR = "r1"
7 7
8DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ 8DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
9 iptables ebtables dnsmasq readline" 9 iptables ebtables dnsmasq readline"
@@ -94,8 +94,8 @@ FILES_${PN} += "${libdir}/libvirt/connection-driver \
94 ${datadir}/augeas \ 94 ${datadir}/augeas \
95 ${datadir}/polkit-1" 95 ${datadir}/polkit-1"
96 96
97FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug" 97FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug"
98FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a" 98FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a ${libdir}/libvirt/lock-driver/*.a"
99 99
100INITSCRIPT_PACKAGES = "${PN}-libvirtd" 100INITSCRIPT_PACKAGES = "${PN}-libvirtd"
101INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" 101INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd"