mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
57b0ba8a45
commit
480015c97c
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user