diff options
| author | Ting Liu <b28495@freescale.com> | 2013-03-27 10:25:14 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-04-06 21:00:41 -0700 |
| commit | f46d6cbc4e8d20d8cc4350cf2c41e25133641fdd (patch) | |
| tree | 78283decd141ce242a880fd08315a87ed23882de | |
| parent | aef07c424d67f64de6f3a4efa127c6dfc1645c97 (diff) | |
| download | meta-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.bb | 6 |
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" | |||
| 3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb919cc88dbe06ec0b0bd50e001ccf1f" |
| 5 | SECTION = "console/tools" | 5 | SECTION = "console/tools" |
| 6 | PR = "r0" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ | 8 | DEPENDS = "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 | ||
| 97 | FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug" | 97 | FILES_${PN}-dbg += "${libdir}/libvirt/connection-driver/.debug ${libdir}/libvirt/lock-driver/.debug" |
| 98 | FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a" | 98 | FILES_${PN}-staticdev += "${libdir}/*.a ${libdir}/libvirt/connection-driver/*.a ${libdir}/libvirt/lock-driver/*.a" |
| 99 | 99 | ||
| 100 | INITSCRIPT_PACKAGES = "${PN}-libvirtd" | 100 | INITSCRIPT_PACKAGES = "${PN}-libvirtd" |
| 101 | INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" | 101 | INITSCRIPT_NAME_${PN}-libvirtd = "libvirtd" |
