diff options
| -rw-r--r-- | recipes-extended/virt-manager/virt-manager_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-extended/virt-manager/virt-manager_git.bb b/recipes-extended/virt-manager/virt-manager_git.bb index 71806077..a33f37a6 100644 --- a/recipes-extended/virt-manager/virt-manager_git.bb +++ b/recipes-extended/virt-manager/virt-manager_git.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "virt-manager is a graphical tool for managing virtual machines vi | |||
| 2 | HOMEPAGE = "https://virt-manager.org/" | 2 | 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" | 5 | DEPENDS += "python3-docutils-native python3-pylint" |
| 6 | SRCREV = "da2f65f9262fc18e2b05f527cf8886b1c6b9cde1" | 6 | SRCREV = "da2f65f9262fc18e2b05f527cf8886b1c6b9cde1" |
| 7 | 7 | ||
| 8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
| @@ -15,22 +15,18 @@ PV = "v5.0.0+git" | |||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | PACKAGECONFIG ??= "gui" | 17 | PACKAGECONFIG ??= "gui" |
| 18 | PACKAGECONFIG[gui] = ",--no-update-icon-cache --no-compile-schemas,python3-pygobject" | 18 | PACKAGECONFIG[gui] = ",-Dupdate-icon-cache=false -Dcompile-schemas=false,python3-pygobject" |
| 19 | 19 | ||
| 20 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'gui', 'gtk-icon-cache', '', d)} | 20 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'gui', 'gtk-icon-cache', '', d)} |
| 21 | inherit bash-completion gettext pkgconfig meson | 21 | inherit bash-completion gettext pkgconfig meson |
| 22 | 22 | ||
| 23 | EXTRA_OEMESON += "-Dupdate-icon-cache=false \ | 23 | EXTRA_OEMESON += "-Dtests=disabled" |
| 24 | -Dtests=disabled \ | ||
| 25 | " | ||
| 26 | 24 | ||
| 27 | PACKAGES += " \ | 25 | PACKAGES += " \ |
| 28 | ${PN}-common \ | 26 | ${PN}-common \ |
| 29 | ${PN}-install \ | 27 | ${PN}-install \ |
| 30 | " | 28 | " |
| 31 | 29 | ||
| 32 | DEPENDS = "python3-pylint" | ||
| 33 | |||
| 34 | RDEPENDS:${PN}-common += " \ | 30 | RDEPENDS:${PN}-common += " \ |
| 35 | libvirt-python \ | 31 | libvirt-python \ |
| 36 | libosinfo \ | 32 | libosinfo \ |
