diff options
-rw-r--r-- | recipes-extended/dev86/dev86_git.bb | 5 |
1 files changed, 1 insertions, 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" | |||
21 | DEPENDS = "gperf-native dev86-native" | 21 | DEPENDS = "gperf-native dev86-native" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
24 | EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'" | 24 | EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}' INEXE=''" |
25 | 25 | ||
26 | do_compile() { | 26 | do_compile() { |
27 | # always regenerate token1.h, token2.h for deterministic behavior | 27 | # always regenerate token1.h, token2.h for deterministic behavior |
@@ -45,7 +45,4 @@ do_install_append_class-native() { | |||
45 | install -v -m 755 ${B}/ifdefg ${D}${bindir} | 45 | install -v -m 755 ${B}/ifdefg ${D}${bindir} |
46 | } | 46 | } |
47 | 47 | ||
48 | COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | ||
49 | FILES_${PN} += "${libdir}/bcc" | 48 | FILES_${PN} += "${libdir}/bcc" |
50 | |||
51 | INSANE_SKIP_${PN} = "already-stripped" | ||