merged. Bruce
On Tue, Jun 29, 2021 at 6:51 AM Ross Burton <[email protected]> wrote: > > 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 <[email protected]> > --- > 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 9488d90..ad7a0df 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" > -- > 2.25.1 > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6596): https://lists.yoctoproject.org/g/meta-virtualization/message/6596 Mute This Topic: https://lists.yoctoproject.org/mt/83865800/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
