diff options
| -rw-r--r-- | meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb | 5 | ||||
| -rw-r--r-- | meta/classes/goarch.bbclass | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-gnome/gcr/gcr_3.28.0.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-gnome/libsecret/libsecret_0.18.6.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 5 |
7 files changed, 25 insertions, 7 deletions
diff --git a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb index 073cf5665c..922518bc39 100644 --- a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb +++ b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb | |||
| @@ -28,5 +28,8 @@ FILES_${PN} = "${bindir}/aspell" | |||
| 28 | FILES_libpspell = "${libdir}/libpspell.so.*" | 28 | FILES_libpspell = "${libdir}/libpspell.so.*" |
| 29 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | 29 | FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" |
| 30 | 30 | ||
| 31 | ARM_INSTRUCTION_SET = "arm" | 31 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 32 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 33 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 34 | |||
| 32 | inherit autotools gettext | 35 | inherit autotools gettext |
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index bb36cc8142..b2c94faddb 100644 --- a/meta/classes/goarch.bbclass +++ b/meta/classes/goarch.bbclass | |||
| @@ -33,7 +33,11 @@ COMPATIBLE_HOST_linux-muslx32 = "null" | |||
| 33 | COMPATIBLE_HOST_powerpc = "null" | 33 | COMPATIBLE_HOST_powerpc = "null" |
| 34 | COMPATIBLE_HOST_powerpc64 = "null" | 34 | COMPATIBLE_HOST_powerpc64 = "null" |
| 35 | COMPATIBLE_HOST_mipsarchn32 = "null" | 35 | COMPATIBLE_HOST_mipsarchn32 = "null" |
| 36 | ARM_INSTRUCTION_SET = "arm" | 36 | |
| 37 | ARM_INSTRUCTION_SET_armv4 = "arm" | ||
| 38 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 39 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 40 | |||
| 37 | TUNE_CCARGS_remove = "-march=mips32r2" | 41 | TUNE_CCARGS_remove = "-march=mips32r2" |
| 38 | SECURITY_CFLAGS_mipsarch = "${SECURITY_NOPIE_CFLAGS}" | 42 | SECURITY_CFLAGS_mipsarch = "${SECURITY_NOPIE_CFLAGS}" |
| 39 | SECURITY_NOPIE_CFLAGS ??= "" | 43 | SECURITY_NOPIE_CFLAGS ??= "" |
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index a8baca51e3..4bee3713a7 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | |||
| @@ -36,6 +36,8 @@ do_install () { | |||
| 36 | install -m 0755 unsquashfs ${D}${sbindir}/ | 36 | install -m 0755 unsquashfs ${D}${sbindir}/ |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | ARM_INSTRUCTION_SET = "arm" | 39 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 40 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 41 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 40 | 42 | ||
| 41 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-gnome/gcr/gcr_3.28.0.bb b/meta/recipes-gnome/gcr/gcr_3.28.0.bb index 6777ad2277..0796362e4b 100644 --- a/meta/recipes-gnome/gcr/gcr_3.28.0.bb +++ b/meta/recipes-gnome/gcr/gcr_3.28.0.bb | |||
| @@ -21,7 +21,9 @@ FILES_${PN} += " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # http://errors.yoctoproject.org/Errors/Details/20229/ | 23 | # http://errors.yoctoproject.org/Errors/Details/20229/ |
| 24 | ARM_INSTRUCTION_SET = "arm" | 24 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 25 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 26 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 25 | 27 | ||
| 26 | # These files may be out of date or missing our fixes | 28 | # These files may be out of date or missing our fixes |
| 27 | # libgcrypt.m4 in particular is calling into libgcrypt-config | 29 | # libgcrypt.m4 in particular is calling into libgcrypt-config |
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.6.bb b/meta/recipes-gnome/libsecret/libsecret_0.18.6.bb index cdc41e762a..518c71feb1 100644 --- a/meta/recipes-gnome/libsecret/libsecret_0.18.6.bb +++ b/meta/recipes-gnome/libsecret/libsecret_0.18.6.bb | |||
| @@ -12,7 +12,9 @@ SRC_URI[archive.md5sum] = "c6cf132a56bd346fbf49a43abb02e5c2" | |||
| 12 | SRC_URI[archive.sha256sum] = "5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f" | 12 | SRC_URI[archive.sha256sum] = "5efbc890ba41a323ffe0599cd260fd12bd8eb62a04aa1bd1b2762575d253d66f" |
| 13 | 13 | ||
| 14 | # http://errors.yoctoproject.org/Errors/Details/20228/ | 14 | # http://errors.yoctoproject.org/Errors/Details/20228/ |
| 15 | ARM_INSTRUCTION_SET = "arm" | 15 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 16 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 17 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 16 | 18 | ||
| 17 | # vapigen.m4 bundled with the tarball does not yet have our cross-compilation fixes | 19 | # vapigen.m4 bundled with the tarball does not yet have our cross-compilation fixes |
| 18 | do_configure_prepend() { | 20 | do_configure_prepend() { |
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb index feafce2580..e105ea2c00 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.0.bb | |||
| @@ -30,7 +30,9 @@ SRC_URI[md5sum] = "1cc9e8cb027b9fd4c54f598f51002c19" | |||
| 30 | SRC_URI[sha256sum] = "ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f" | 30 | SRC_URI[sha256sum] = "ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f" |
| 31 | 31 | ||
| 32 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 | 32 | # Build fails when thumb is enabled: https://bugzilla.yoctoproject.org/show_bug.cgi?id=7717 |
| 33 | ARM_INSTRUCTION_SET = "arm" | 33 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 34 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 35 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 34 | 36 | ||
| 35 | # Should be API compatible with libav (which was a fork of ffmpeg) | 37 | # Should be API compatible with libav (which was a fork of ffmpeg) |
| 36 | # libpostproc was previously packaged from a separate recipe | 38 | # libpostproc was previously packaged from a separate recipe |
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index 19a7155d66..161bb5ce20 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb | |||
| @@ -25,7 +25,10 @@ FILES_${PN} = "${bindir}/aspell" | |||
| 25 | FILES_libpspell = "${libdir}/libpspell.so.*" | 25 | FILES_libpspell = "${libdir}/libpspell.so.*" |
| 26 | FILES_${PN}-dev += "${bindir}/pspell-config" | 26 | FILES_${PN}-dev += "${bindir}/pspell-config" |
| 27 | 27 | ||
| 28 | ARM_INSTRUCTION_SET = "arm" | 28 | ARM_INSTRUCTION_SET_armv4 = "arm" |
| 29 | ARM_INSTRUCTION_SET_armv5 = "arm" | ||
| 30 | ARM_INSTRUCTION_SET_armv6 = "arm" | ||
| 31 | |||
| 29 | inherit autotools-brokensep gettext texinfo binconfig-disabled | 32 | inherit autotools-brokensep gettext texinfo binconfig-disabled |
| 30 | 33 | ||
| 31 | BINCONFIG = "${bindir}/pspell-config" | 34 | BINCONFIG = "${bindir}/pspell-config" |
