diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_git.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_git.bb b/meta/recipes-devtools/qemu/qemu_git.bb deleted file mode 100644 index a30932a8ba..0000000000 --- a/meta/recipes-devtools/qemu/qemu_git.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require qemu.inc | ||
2 | |||
3 | SRCREV = "04024dea2674861fcf13582a77b58130c67fccd8" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | ||
6 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | ||
7 | |||
8 | PV = "1.3.0+git${SRCPV}" | ||
9 | |||
10 | SRC_URI_prepend = "git://git.qemu.org/qemu.git" | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | DEFAULT_PREFERENCE = "-1" | ||
14 | |||
15 | COMPATIBLE_HOST_class-target_mips64 = "null" | ||