diff options
| -rw-r--r-- | recipes-extended/virt-manager/virt-manager_git.bb | 6 |
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/" | |||
| 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 = "4f9618289f279f86994a5d2f1aada8a6524f5a6f" | 6 | SRCREV = "35ad9057fef319046ad1348097e2f813a52a9021" |
| 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.0.0+git" | 13 | PV = "v5.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" |
| @@ -33,7 +33,6 @@ RDEPENDS:${PN}-common += " \ | |||
| 33 | RDEPENDS:${PN} = " \ | 33 | RDEPENDS:${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} = " \ | |||
| 43 | RDEPENDS:${PN}-install = " \ | 42 | RDEPENDS:${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 | " |
