summaryrefslogtreecommitdiffstats
path: root/recipes-support
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-04-06 23:55:42 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-04-06 23:58:07 +0200
commit5f1c3868c5353d89eb8b3396d88d0e70f2e99ab4 (patch)
tree16a1a1db347b37b232f9b6b8e0fa6cd798a809d4 /recipes-support
parent68c88e1854abfa49ed98743398d64bdff7ebb3fa (diff)
Change-Id: Ia4c741323a705692219057174e00a083a97da16d Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/qemu-set-display/qemu-set-display_git.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-support/qemu-set-display/qemu-set-display_git.bb b/recipes-support/qemu-set-display/qemu-set-display_git.bb
deleted file mode 100644
index 870ac6b86..000000000
--- a/recipes-support/qemu-set-display/qemu-set-display_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Helper tool to enable the secondandary vnc displays"
-LICENSE = "GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
-
-
-SRC_URI = "git://github.com/dhobsong/qemu-set-display.git;protocol=https;branch=main"
-SRCREV = "${AUTOREV}"
-S = "${WORKDIR}/git"
-
-DEPENDS += "libvncserver"
-
-inherit meson pkgconfig
-
-PV = "0.1+git${SRCPV}"