diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-09-03 15:59:40 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-08 09:59:25 -0400 |
commit | c59d75c56b2a7f7f45691b1f86ae7e9d5e3fa41a (patch) | |
tree | 250d89b57e39b1943fe925009a9bd2bd04479999 | |
parent | 1f86e95ef94c968a2f261b521ca6035c40e1fb79 (diff) | |
download | meta-virtualization-c59d75c56b2a7f7f45691b1f86ae7e9d5e3fa41a.tar.gz |
libvirt: correct QA warning for missing build dep
Fixes the following QA warning:
WARNING: QA Issue: libvirt-ptest rdepends on libtasn1, but it isn't a build dependency? [build-deps]
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.17.bb b/recipes-extended/libvirt/libvirt_1.2.17.bb index d3d72520..26953b61 100644 --- a/recipes-extended/libvirt/libvirt_1.2.17.bb +++ b/recipes-extended/libvirt/libvirt_1.2.17.bb | |||
@@ -8,7 +8,7 @@ SECTION = "console/tools" | |||
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ | 10 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ |
11 | iptables dnsmasq readline libxslt-native" | 11 | iptables dnsmasq readline libtasn1 libxslt-native" |
12 | 12 | ||
13 | # libvirt-guests.sh needs gettext.sh | 13 | # libvirt-guests.sh needs gettext.sh |
14 | # | 14 | # |