diff options
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.3.5.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb b/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb index da031e84..30cc7095 100644 --- a/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb +++ b/recipes-multimedia/imx-parser/imx-parser_4.3.5.bb | |||
@@ -19,8 +19,9 @@ SRC_URI[sha256sum] = "9cd8c49a0bb1050afcfbcc7a677a348443fda4ecacb621cc6e38897619 | |||
19 | 19 | ||
20 | inherit fsl-eula-unpack autotools pkgconfig | 20 | inherit fsl-eula-unpack autotools pkgconfig |
21 | 21 | ||
22 | # Choose between Soft Float-Point and Hard Float-Point | 22 | # Choose between 32-bit and 64-bit binaries and between Soft Float-Point and Hard Float-Point |
23 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}" | 23 | EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '--enable-armv8', \ |
24 | bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d), d)}" | ||
24 | 25 | ||
25 | INHIBIT_PACKAGE_STRIP = "1" | 26 | INHIBIT_PACKAGE_STRIP = "1" |
26 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |