summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/virt-manager/virt-manager_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-extended/virt-manager/virt-manager_git.bb b/recipes-extended/virt-manager/virt-manager_git.bb
index 9d206641..313398a2 100644
--- a/recipes-extended/virt-manager/virt-manager_git.bb
+++ b/recipes-extended/virt-manager/virt-manager_git.bb
@@ -3,14 +3,14 @@ HOMEPAGE = "https://virt-manager.org/"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS += "python3-docutils-native python3-pylint" 5DEPENDS += "python3-docutils-native python3-pylint"
6SRCREV = "4f9618289f279f86994a5d2f1aada8a6524f5a6f" 6SRCREV = "35ad9057fef319046ad1348097e2f813a52a9021"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 git://github.com/virt-manager/virt-manager;branch=main;protocol=https \ 9 git://github.com/virt-manager/virt-manager;branch=main;protocol=https \
10 file://0001-build-drop-man-directory.patch \ 10 file://0001-build-drop-man-directory.patch \
11" 11"
12 12
13PV = "v5.0.0+git" 13PV = "v5.1.0+git"
14 14
15PACKAGECONFIG ??= "gui" 15PACKAGECONFIG ??= "gui"
16PACKAGECONFIG[gui] = ",-Dupdate-icon-cache=false -Dcompile-schemas=false,python3-pygobject" 16PACKAGECONFIG[gui] = ",-Dupdate-icon-cache=false -Dcompile-schemas=false,python3-pygobject"
@@ -33,7 +33,6 @@ RDEPENDS:${PN}-common += " \
33RDEPENDS:${PN} = " \ 33RDEPENDS:${PN} = " \
34 ${PN}-common \ 34 ${PN}-common \
35 libvirt-glib \ 35 libvirt-glib \
36 libxml2-python \
37 gdk-pixbuf \ 36 gdk-pixbuf \
38 gtk+3 \ 37 gtk+3 \
39 hicolor-icon-theme \ 38 hicolor-icon-theme \
@@ -43,7 +42,6 @@ RDEPENDS:${PN} = " \
43RDEPENDS:${PN}-install = " \ 42RDEPENDS:${PN}-install = " \
44 ${PN}-common \ 43 ${PN}-common \
45 libvirt-virsh \ 44 libvirt-virsh \
46 libxml2-python \
47 python3-pygobject \ 45 python3-pygobject \
48 python3-requests \ 46 python3-requests \
49" 47"