From 449cfdef60371c2f45bf958303c2e7c7ba932a22 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 29 Jun 2021 11:51:03 +0100 Subject: dev86: work on all hosts, other cleanups Remove COMPATIBLE_HOST, whilst this is an x86 assembler there's nothing to stop you building it on or for arm64 and assembling x86 code. Override INEXE so that binaries are not stripped and remove INSANE_SKIP. Signed-off-by: Ross Burton Signed-off-by: Bruce Ashfield --- recipes-extended/dev86/dev86_git.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb index 9488d906..ad7a0dfd 100644 --- a/recipes-extended/dev86/dev86_git.bb +++ b/recipes-extended/dev86/dev86_git.bb @@ -21,7 +21,7 @@ S = "${WORKDIR}/git" DEPENDS = "gperf-native dev86-native" BBCLASSEXTEND = "native" -EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'" +EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}' INEXE=''" do_compile() { # always regenerate token1.h, token2.h for deterministic behavior @@ -45,7 +45,4 @@ do_install_append_class-native() { install -v -m 755 ${B}/ifdefg ${D}${bindir} } -COMPATIBLE_HOST = "(i.86|x86_64).*-linux" FILES_${PN} += "${libdir}/bcc" - -INSANE_SKIP_${PN} = "already-stripped" -- cgit v1.2.3-54-g00ecf