syzkaller: Drop qemu-system-native dependency

Either I am missing something or it isn't needed in the build time and
should maybe be a RRECOMMENDS:${PN}?

Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
Cc: Stefan Wiehler <me@sephalon.net>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Michal Sieron 2026-03-29 23:37:11 +02:00 committed by Khem Raj
parent 57b0ba8a45
commit 480015c97c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -6,8 +6,6 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=5335066555b14d832335aa4660d6c376"
require ${BPN}-licenses.inc
DEPENDS:class-native += "qemu-system-native"
SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX};branch=master"
SRCREV = "22ec1469fe8c0ba256de07e8f97fa7b375b522bd"
require ${BPN}-go-mods.inc
@ -39,8 +37,6 @@ GOBUILDFLAGS:remove = "-buildmode=pie"
LDFLAGS:append:class-target = "${@bb.utils.contains_any("TC_CXX_RUNTIME", "llvm android", " -lc++", " -lstdc++", d)}"
DEPENDS:class-native += "qemu-system-native"
compile_native() {
export HOSTOS="${GOHOSTOS}"
export HOSTARCH="${GOHOSTARCH}"