summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/virt-manager/virt-manager_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/virt-manager/virt-manager_git.bb b/recipes-extended/virt-manager/virt-manager_git.bb
index 313398a2..a71d15f2 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 = "35ad9057fef319046ad1348097e2f813a52a9021" 6SRCREV = "b2b32ccc7913bd21530b03dfa6b65e863b6896ed"
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.1.0+git" 13PV = "5.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"