diff options
| -rw-r--r-- | recipes-extended/virt-manager/virt-manager_git.bb | 4 |
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/" | |||
| 3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 5 | DEPENDS += "python3-docutils-native python3-pylint" | 5 | DEPENDS += "python3-docutils-native python3-pylint" |
| 6 | SRCREV = "35ad9057fef319046ad1348097e2f813a52a9021" | 6 | SRCREV = "b2b32ccc7913bd21530b03dfa6b65e863b6896ed" |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_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 | ||
| 13 | PV = "v5.1.0+git" | 13 | PV = "5.1.0+git" |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "gui" | 15 | PACKAGECONFIG ??= "gui" |
| 16 | PACKAGECONFIG[gui] = ",-Dupdate-icon-cache=false -Dcompile-schemas=false,python3-pygobject" | 16 | PACKAGECONFIG[gui] = ",-Dupdate-icon-cache=false -Dcompile-schemas=false,python3-pygobject" |
