diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2020-02-04 19:46:21 -0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-11 16:09:02 -0500 |
commit | ad580c253d82126e8d1d0e96e0d77829ab26beec (patch) | |
tree | 97c6112e6e7269b1996dfda29733351ca47f0a15 | |
parent | 9593a7dc20a8278ec514f4f3e03d61b7899133e1 (diff) | |
download | meta-virtualization-ad580c253d82126e8d1d0e96e0d77829ab26beec.tar.gz |
libvirt: inherit perlnative for pod2man
pod2man is now provided by perlnative instead host.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_5.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_5.5.0.bb b/recipes-extended/libvirt/libvirt_5.5.0.bb index 0a3fdeea..e4d97287 100644 --- a/recipes-extended/libvirt/libvirt_5.5.0.bb +++ b/recipes-extended/libvirt/libvirt_5.5.0.bb | |||
@@ -43,7 +43,7 @@ SRC_URI = "http://libvirt.org/sources/libvirt-${PV}.tar.xz;name=libvirt \ | |||
43 | SRC_URI[libvirt.md5sum] = "27c5fb6c8d2d46eb9e8165aeb3b499b0" | 43 | SRC_URI[libvirt.md5sum] = "27c5fb6c8d2d46eb9e8165aeb3b499b0" |
44 | SRC_URI[libvirt.sha256sum] = "2306ef0947a594f91ec9da4b8b0307bdb54b897f17de19f48e8ecdca08ff35e8" | 44 | SRC_URI[libvirt.sha256sum] = "2306ef0947a594f91ec9da4b8b0307bdb54b897f17de19f48e8ecdca08ff35e8" |
45 | 45 | ||
46 | inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd | 46 | inherit autotools gettext update-rc.d pkgconfig ptest systemd useradd perlnative |
47 | USERADD_PACKAGES = "${PN}" | 47 | USERADD_PACKAGES = "${PN}" |
48 | GROUPADD_PARAM_${PN} = "-r qemu; -r kvm" | 48 | GROUPADD_PARAM_${PN} = "-r qemu; -r kvm" |
49 | USERADD_PARAM_${PN} = "-r -g qemu -G kvm qemu" | 49 | USERADD_PARAM_${PN} = "-r -g qemu -G kvm qemu" |