diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-02-03 14:36:57 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-05 11:29:12 -0500 |
| commit | 43fe4b7d0e517a6eceb28382a8d8d89b8379f6c6 (patch) | |
| tree | 689c686ebee8b9431afa38c8b39e115e3599ccef /recipes-extended/libvirt/libvirt_1.2.1.bb | |
| parent | 851547589048e0ac253d682d22b25b8baac3ce02 (diff) | |
| download | meta-virtualization-43fe4b7d0e517a6eceb28382a8d8d89b8379f6c6.tar.gz | |
package libvirt-python
In 1.2.0, libvirt separated the python components into a separate package.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt_1.2.1.bb')
| -rw-r--r-- | recipes-extended/libvirt/libvirt_1.2.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.1.bb b/recipes-extended/libvirt/libvirt_1.2.1.bb index 4daddd36..912ca55a 100644 --- a/recipes-extended/libvirt/libvirt_1.2.1.bb +++ b/recipes-extended/libvirt/libvirt_1.2.1.bb | |||
| @@ -19,13 +19,13 @@ RDEPENDS_libvirt-libvirtd_append_x86 = " dmidecode" | |||
| 19 | #connman blocks the 53 port and libvirtd can't start its DNS service | 19 | #connman blocks the 53 port and libvirtd can't start its DNS service |
| 20 | RCONFLICTS_${PN}_libvirtd = "connman" | 20 | RCONFLICTS_${PN}_libvirtd = "connman" |
| 21 | 21 | ||
| 22 | SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz \ | 22 | SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.gz;name=libvirt \ |
| 23 | file://tools-add-libvirt-net-rpc-to-virt-host-validate-when.patch \ | 23 | file://tools-add-libvirt-net-rpc-to-virt-host-validate-when.patch \ |
| 24 | file://libvirtd.sh \ | 24 | file://libvirtd.sh \ |
| 25 | file://libvirtd.conf" | 25 | file://libvirtd.conf" |
| 26 | 26 | ||
| 27 | SRC_URI[md5sum] = "cce374220f67895afb6331bd2ddedbfd" | 27 | SRC_URI[libvirt.md5sum] = "cce374220f67895afb6331bd2ddedbfd" |
| 28 | SRC_URI[sha256sum] = "bc29b5751bf36753c17e2fdbb75e70c7b07df3d9527586d3426e90f5f4abb898" | 28 | SRC_URI[libvirt.sha256sum] = "bc29b5751bf36753c17e2fdbb75e70c7b07df3d9527586d3426e90f5f4abb898" |
| 29 | 29 | ||
| 30 | inherit autotools gettext update-rc.d pkgconfig | 30 | inherit autotools gettext update-rc.d pkgconfig |
| 31 | 31 | ||
