summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/bats/bats_1.12.0.bb (renamed from meta-oe/recipes-test/bats/bats_1.11.0.bb)5
-rw-r--r--meta-oe/recipes-test/catch2/catch2_3.8.1.bb (renamed from meta-oe/recipes-test/catch2/catch2_3.7.0.bb)4
-rw-r--r--meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb1
-rw-r--r--meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb1
-rw-r--r--meta-oe/recipes-test/cpputest/cpputest_4.0.bb1
-rw-r--r--meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb1
-rw-r--r--meta-oe/recipes-test/cunit/cunit_2.1-3.bb3
-rw-r--r--meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb1
-rw-r--r--meta-oe/recipes-test/evtest/evtest_1.35.bb1
-rw-r--r--meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb1
-rw-r--r--meta-oe/recipes-test/googletest/googletest/gtest-ciso646.patch26
-rw-r--r--meta-oe/recipes-test/googletest/googletest_1.16.0.bb (renamed from meta-oe/recipes-test/googletest/googletest_1.15.2.bb)7
-rw-r--r--meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb1
-rw-r--r--meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb1
-rw-r--r--meta-oe/recipes-test/pm-qa/pm-qa/0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch69
-rw-r--r--meta-oe/recipes-test/pm-qa/pm-qa_git.bb10
-rw-r--r--meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb1
-rw-r--r--meta-oe/recipes-test/syzkaller/syzkaller_git.bb8
-rw-r--r--meta-oe/recipes-test/testfloat/testfloat_3e.bb3
-rw-r--r--meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb1
20 files changed, 114 insertions, 32 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.11.0.bb b/meta-oe/recipes-test/bats/bats_1.12.0.bb
index f0615f7b79..14a234c866 100644
--- a/meta-oe/recipes-test/bats/bats_1.11.0.bb
+++ b/meta-oe/recipes-test/bats/bats_1.12.0.bb
@@ -9,10 +9,9 @@ SRC_URI = "\
9 git://github.com/bats-core/bats-core.git;branch=master;protocol=https \ 9 git://github.com/bats-core/bats-core.git;branch=master;protocol=https \
10 " 10 "
11 11
12# v1.10.0 12# v1.12.0
13SRCREV = "7531b575bb81487553553aecb654c41b237ae96c" 13SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44"
14 14
15S = "${WORKDIR}/git"
16 15
17# Numerous scripts assume ${baselib} == lib, which is not true. 16# Numerous scripts assume ${baselib} == lib, which is not true.
18# 17#
diff --git a/meta-oe/recipes-test/catch2/catch2_3.7.0.bb b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb
index 2d571a9cfc..6a7fc5ad47 100644
--- a/meta-oe/recipes-test/catch2/catch2_3.7.0.bb
+++ b/meta-oe/recipes-test/catch2/catch2_3.8.1.bb
@@ -5,9 +5,8 @@ LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6 6
7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" 7SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https"
8SRCREV = "31588bb4f56b638dd5afc28d3ebff9b9dcefb88d" 8SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b"
9 9
10S = "${WORKDIR}/git"
11 10
12inherit cmake python3native 11inherit cmake python3native
13 12
@@ -16,6 +15,7 @@ do_install:append() {
16 rm ${D}${datadir}/Catch2/gdbinit 15 rm ${D}${datadir}/Catch2/gdbinit
17 rmdir ${D}${datadir}/Catch2/ 16 rmdir ${D}${datadir}/Catch2/
18} 17}
18
19# Header-only library 19# Header-only library
20RDEPENDS:${PN}-dev = "" 20RDEPENDS:${PN}-dev = ""
21RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" 21RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
diff --git a/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
index 6c94e9e275..09afe36666 100644
--- a/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
+++ b/meta-oe/recipes-test/cmocka/cmocka_1.1.7.bb
@@ -13,7 +13,6 @@ SRC_URI = "git://git.cryptomilk.org/projects/cmocka.git;protocol=https;branch=st
13 file://run-ptest \ 13 file://run-ptest \
14 " 14 "
15 15
16S = "${WORKDIR}/git"
17 16
18inherit cmake ptest 17inherit cmake ptest
19 18
diff --git a/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
index be81125652..193bfc000a 100644
--- a/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
+++ b/meta-oe/recipes-test/cppunit/cppunit_1.15.1.bb
@@ -8,7 +8,6 @@ SRC_URI = " \
8 http://dev-www.libreoffice.org/src/cppunit-${PV}.tar.gz \ 8 http://dev-www.libreoffice.org/src/cppunit-${PV}.tar.gz \
9 file://0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch \ 9 file://0001-doc-Makefile.am-do-not-preserve-file-flags-when-copy.patch \
10" 10"
11SRC_URI[md5sum] = "9dc669e6145cadd9674873e24943e6dd"
12SRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7" 11SRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7"
13 12
14inherit autotools 13inherit autotools
diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
index 5536cf07b6..5710585b6c 100644
--- a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
+++ b/meta-oe/recipes-test/cpputest/cpputest_4.0.bb
@@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ce5d5f1fe02bcd1343ced64a06fd4177"
8SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master" 8SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master"
9SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" 9SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1"
10 10
11S = "${WORKDIR}/git"
12 11
13inherit cmake 12inherit cmake
14 13
diff --git a/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb
index e3424d019e..ad545e627b 100644
--- a/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb
+++ b/meta-oe/recipes-test/cukinia/cukinia_0.7.0.bb
@@ -10,7 +10,6 @@ SRC_URI = "git://github.com/savoirfairelinux/cukinia.git;protocol=https;branch=m
10 10
11SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4" 11SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4"
12 12
13S = "${WORKDIR}/git"
14 13
15RRECOMMENDS:${PN} = "libgpiod-tools" 14RRECOMMENDS:${PN} = "libgpiod-tools"
16 15
diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
index 252ef60def..9aab617487 100644
--- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
+++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb
@@ -4,13 +4,12 @@ LICENSE = "LGPL-2.0-only"
4SECTION = "libs" 4SECTION = "libs"
5LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb" 5LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb"
6 6
7S = "${WORKDIR}/CUnit-${PV}" 7S = "${UNPACKDIR}/CUnit-${PV}"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \
10 file://fixup-install-docdir.patch \ 10 file://fixup-install-docdir.patch \
11 file://run-ptest \ 11 file://run-ptest \
12 " 12 "
13SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c"
14SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" 13SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214"
15 14
16UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cunit/files/releases" 15UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cunit/files/releases"
diff --git a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb
index 8c8fb60985..4eb4e8ecbf 100644
--- a/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb
+++ b/meta-oe/recipes-test/cxxtest/cxxtest_4.4.bb
@@ -5,7 +5,6 @@ LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
6 6
7SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/${BP}.tar.gz" 7SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/${BP}.tar.gz"
8SRC_URI[md5sum] = "c3cc3355e2ac64e34c215f28e44cfcec"
9SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8" 8SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8"
10 9
11UPSTREAM_CHECK_URI = "https://sourceforge.net/p/cxxtest/activity/" 10UPSTREAM_CHECK_URI = "https://sourceforge.net/p/cxxtest/activity/"
diff --git a/meta-oe/recipes-test/evtest/evtest_1.35.bb b/meta-oe/recipes-test/evtest/evtest_1.35.bb
index 52f684ce5f..9c42efcdab 100644
--- a/meta-oe/recipes-test/evtest/evtest_1.35.bb
+++ b/meta-oe/recipes-test/evtest/evtest_1.35.bb
@@ -11,6 +11,5 @@ SRC_URI = "git://gitlab.freedesktop.org/libevdev/evtest.git;protocol=https;branc
11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \ 11 file://0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch \
12 " 12 "
13 13
14S = "${WORKDIR}/git"
15 14
16inherit autotools pkgconfig 15inherit autotools pkgconfig
diff --git a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
index b19bba0156..98db76eda1 100644
--- a/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
+++ b/meta-oe/recipes-test/fbtest/fb-test_1.1.0.bb
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com//ponty/fb-test-app.git;branch=master;protocol=https"
9# Upstream repo does not tag 9# Upstream repo does not tag
10UPSTREAM_CHECK_COMMITS = "1" 10UPSTREAM_CHECK_COMMITS = "1"
11 11
12S = "${WORKDIR}/git"
13 12
14do_install() { 13do_install() {
15 install -d ${D}${bindir} 14 install -d ${D}${bindir}
diff --git a/meta-oe/recipes-test/googletest/googletest/gtest-ciso646.patch b/meta-oe/recipes-test/googletest/googletest/gtest-ciso646.patch
new file mode 100644
index 0000000000..814912650b
--- /dev/null
+++ b/meta-oe/recipes-test/googletest/googletest/gtest-ciso646.patch
@@ -0,0 +1,26 @@
1https://github.com/google/googletest/issues/4701
2
3taken from fedora:
4https://src.fedoraproject.org/rpms/gtest/c/b3fe6f803a1e554971f70e1c3f55aa5fcb377b1b?branch=rawhide
5
6Upstream-Status: Pending
7Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
8
9--- ./googletest/include/gtest/internal/gtest-port.h.orig 2025-01-27 03:39:18.963893931 +0000
10+++ ./googletest/include/gtest/internal/gtest-port.h 2025-01-28 13:57:51.381081952 +0000
11@@ -288,11 +288,11 @@
12
13 // Detect C++ feature test macros as gracefully as possible.
14 // MSVC >= 19.15, Clang >= 3.4.1, and GCC >= 4.1.2 support feature test macros.
15-#if GTEST_INTERNAL_CPLUSPLUS_LANG >= 202002L && \
16- (!defined(__has_include) || GTEST_INTERNAL_HAS_INCLUDE(<version>))
17+#if GTEST_INTERNAL_HAS_INCLUDE(<version>) || \
18+ (GTEST_INTERNAL_CPLUSPLUS_LANG >= 202002L && !defined(__has_include))
19 #include <version> // C++20 and later
20-#elif (!defined(__has_include) || GTEST_INTERNAL_HAS_INCLUDE(<ciso646>))
21-#include <ciso646> // Pre-C++20
22+#else
23+#include <cerrno> // Pre-C++20
24 #endif
25
26 #include <ctype.h> // for isspace, etc
diff --git a/meta-oe/recipes-test/googletest/googletest_1.15.2.bb b/meta-oe/recipes-test/googletest/googletest_1.16.0.bb
index bc479268ba..55d670a428 100644
--- a/meta-oe/recipes-test/googletest/googletest_1.15.2.bb
+++ b/meta-oe/recipes-test/googletest/googletest_1.16.0.bb
@@ -6,9 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
6 6
7PROVIDES += "gmock gtest" 7PROVIDES += "gmock gtest"
8 8
9S = "${WORKDIR}/git" 9SRCREV = "6910c9d9165801d8827d628cb72eb7ea9dd538c5"
10SRCREV = "b514bdc898e2951020cbdca1304b75f5950d1f59" 10SRC_URI = "git://github.com/google/googletest.git;branch=v1.16.x;protocol=https \
11SRC_URI = "git://github.com/google/googletest.git;branch=v1.15.x;protocol=https" 11 file://gtest-ciso646.patch \
12"
12 13
13inherit cmake pkgconfig 14inherit cmake pkgconfig
14 15
diff --git a/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb b/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb
index f13925ee18..3588e96847 100644
--- a/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb
+++ b/meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/wolfcw/libfaketime.git;branch=master;protocol=https
9 file://0001-Makefile-Detect-compiler-in-makefile.patch \ 9 file://0001-Makefile-Detect-compiler-in-makefile.patch \
10 " 10 "
11 11
12S = "${WORKDIR}/git"
13 12
14CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" 13CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE"
15 14
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
index 7346011158..c617cf09a3 100644
--- a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
+++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
@@ -11,6 +11,5 @@ SRCREV = "2ee61484167eab846f7b7c565284d7c350d738d3"
11# Upstream repo does not tag 11# Upstream repo does not tag
12UPSTREAM_CHECK_COMMITS = "1" 12UPSTREAM_CHECK_COMMITS = "1"
13 13
14S = "${WORKDIR}/git"
15 14
16inherit cmake 15inherit cmake
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa/0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch b/meta-oe/recipes-test/pm-qa/pm-qa/0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch
new file mode 100644
index 0000000000..7efd8dd71a
--- /dev/null
+++ b/meta-oe/recipes-test/pm-qa/pm-qa/0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch
@@ -0,0 +1,69 @@
1From b6b968d1c8fbba79b33d63874b551225e663435e Mon Sep 17 00:00:00 2001
2From: "mark.yang" <mark.yang@lge.com>
3Date: Wed, 2 Apr 2025 16:59:00 +0900
4Subject: [PATCH] fix build with gcc-15 -Wincompatible-pointer-types error
5
6See more details: http://errors.yoctoproject.org/Errors/Details/850314
7utils/uevent_reader.c:33:24: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types]
8 33 | signal(SIGINT, exit_handler);
9 | ^~~~~~~~~~~~
10 | |
11 | void (*)(void)
12In file included from utils/uevent_reader.c:4:
13TOPDIR/tmp/work/core2-64-oe-linux/pm-qa/0.5.2/recipe-sysroot/usr/include/signal.h:88:57: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'void (*)(void)'
14 88 | extern __sighandler_t signal (int __sig, __sighandler_t __handler)
15 | ~~~~~~~~~~~~~~~^~~~~~~~~
16utils/uevent_reader.c:15:6: note: 'exit_handler' declared here
17 15 | void exit_handler()
18 | ^~~~~~~~~~~~
19TOPDIR/tmp/work/core2-64-oe-linux/pm-qa/0.5.2/recipe-sysroot/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
20 72 | typedef void (*__sighandler_t) (int);
21 | ^~~~~~~~~~~~~~
22
23* Set the parameter of exit_handler() to int.
24 Changed to use exit_handler(0).
25 The parameter is not used inside exit_handler() anyway.
26
27Upstream-Status: Inactive-Upstream [lastrelease: 6 years ago]
28Signed-off-by: mark.yang <mark.yang@lge.com>
29---
30 utils/uevent_reader.c | 8 ++++----
31 1 file changed, 4 insertions(+), 4 deletions(-)
32
33diff --git a/utils/uevent_reader.c b/utils/uevent_reader.c
34index afbb426..75d445c 100644
35--- a/utils/uevent_reader.c
36+++ b/utils/uevent_reader.c
37@@ -12,7 +12,7 @@
38
39 FILE *fp;
40
41-void exit_handler()
42+void exit_handler(int sig)
43 {
44 fprintf(stdout, "exiting from uevent reader...\n");
45 fclose(fp);
46@@ -42,20 +42,20 @@ int main(int argc, char *argv[])
47 pfd.fd = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_KOBJECT_UEVENT);
48 if (pfd.fd == -1) {
49 perror("error: socket()");
50- exit_handler();
51+ exit_handler(0);
52 }
53
54 if (bind(pfd.fd, (struct sockaddr *) &nls,
55 sizeof(struct sockaddr_nl))) {
56 perror("error : bind()");
57- exit_handler();
58+ exit_handler(0);
59 }
60
61 while (-1 != poll(&pfd, 1, -1)) {
62 int i, len = recv(pfd.fd, buf, sizeof(buf), MSG_DONTWAIT);
63 if (len == -1) {
64 perror("error : recv()");
65- exit_handler();
66+ exit_handler(0);
67 }
68
69 i = 0;
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
index fc21e6192e..d7e9618985 100644
--- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
+++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
@@ -10,12 +10,16 @@ BRANCH ?= "master"
10 10
11SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" 11SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906"
12 12
13SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" 13SRC_URI = " \
14 git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH} \
15 file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \
16"
14 17
15S = "${WORKDIR}/git"
16 18
17CFLAGS += "-pthread" 19CFLAGS += "-pthread"
18 20
21PATCHTOOL = "git"
22
19do_compile () { 23do_compile () {
20 # Find all the .c files in this project and build them. 24 # Find all the .c files in this project and build them.
21 for x in `find . -name "*.c"` 25 for x in `find . -name "*.c"`
@@ -63,7 +67,7 @@ do_install () {
63 install -m 0755 $script ${D}${bindir}/${script_basename} 67 install -m 0755 $script ${D}${bindir}/${script_basename}
64 done 68 done
65} 69}
66RDEPENDS:${PN} +="bash" 70RDEPENDS:${PN} += "bash"
67 71
68# http://errors.yoctoproject.org/Errors/Details/186956/ 72# http://errors.yoctoproject.org/Errors/Details/186956/
69COMPATIBLE_HOST:libc-musl = 'null' 73COMPATIBLE_HOST:libc-musl = 'null'
diff --git a/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb b/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb
index 683600f712..8d298e3c1d 100644
--- a/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb
+++ b/meta-oe/recipes-test/shunit2/shunit2_2.1.8.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
6SRC_URI = " git://github.com/kward/shunit2.git;branch=master;protocol=https" 6SRC_URI = " git://github.com/kward/shunit2.git;branch=master;protocol=https"
7SRCREV = "080159b303537888c5d41910b4d47a5002638e30" 7SRCREV = "080159b303537888c5d41910b4d47a5002638e30"
8 8
9S = "${WORKDIR}/git"
10 9
11do_install() { 10do_install() {
12 install -D -m 0755 ${S}/shunit2 ${D}${bindir}/shunit2 11 install -D -m 0755 ${S}/shunit2 ${D}${bindir}/shunit2
diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
index 4043ab7ea5..b2b0f7ae9e 100644
--- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
+++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
@@ -17,10 +17,6 @@ SRCREV = "25905f5d0a2a7883bd33491997556193582c6059"
17UPSTREAM_CHECK_COMMITS = "1" 17UPSTREAM_CHECK_COMMITS = "1"
18 18
19export GOPROXY = "https://proxy.golang.org,direct" 19export GOPROXY = "https://proxy.golang.org,direct"
20# Workaround for network access issue during compile step.
21# This needs to be fixed in the recipes buildsystem so that
22# it can be accomplished during do_fetch task.
23do_compile[network] = "1"
24 20
25COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" 21COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux"
26 22
@@ -28,8 +24,8 @@ B = "${S}/src/${GO_IMPORT}/bin"
28 24
29GO_EXTRA_LDFLAGS += ' -X ${GO_IMPORT}/prog.GitRevision=${SRCREV}' 25GO_EXTRA_LDFLAGS += ' -X ${GO_IMPORT}/prog.GitRevision=${SRCREV}'
30 26
31export GOHOSTFLAGS="${GO_LINKSHARED} ${GOBUILDFLAGS}" 27export GOHOSTFLAGS = "${GO_LINKSHARED} ${GOBUILDFLAGS}"
32export GOTARGETFLAGS="${GO_LINKSHARED} ${GOBUILDFLAGS}" 28export GOTARGETFLAGS = "${GO_LINKSHARED} ${GOBUILDFLAGS}"
33export TARGETOS = '${GOOS}' 29export TARGETOS = '${GOOS}'
34export TARGETARCH = '${GOARCH}' 30export TARGETARCH = '${GOARCH}'
35export TARGETVMARCH = '${GOARCH}' 31export TARGETVMARCH = '${GOARCH}'
diff --git a/meta-oe/recipes-test/testfloat/testfloat_3e.bb b/meta-oe/recipes-test/testfloat/testfloat_3e.bb
index f5aace4d33..5000c7d106 100644
--- a/meta-oe/recipes-test/testfloat/testfloat_3e.bb
+++ b/meta-oe/recipes-test/testfloat/testfloat_3e.bb
@@ -21,8 +21,7 @@ SRC_URI[SoftFloat.sha256sum] = "21130ce885d35c1fe73fc1e1bf2244178167e05c6747cad5
21 21
22UPSTREAM_CHECK_URI = "http://www.jhauser.us/arithmetic/TestFloat.html" 22UPSTREAM_CHECK_URI = "http://www.jhauser.us/arithmetic/TestFloat.html"
23 23
24S = "${WORKDIR}/sources" 24S = "${UNPACKDIR}"
25UNPACKDIR = "${S}"
26 25
27do_compile(){ 26do_compile(){
28 oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/ 27 oe_runmake -C SoftFloat-${PV}/build/Linux-Cross-Compile/
diff --git a/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb b/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
index 788a15dba2..3f2f07c28f 100644
--- a/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
+++ b/meta-oe/recipes-test/trompeloeil/trompeloeil_v47.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https" 6SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https"
7SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d" 7SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d"
8 8
9S = "${WORKDIR}/git"
10 9
11inherit cmake 10inherit cmake
12 11