diff options
Diffstat (limited to 'meta-oe/recipes-test')
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 |
13 | SRCREV = "7531b575bb81487553553aecb654c41b237ae96c" | 13 | SRCREV = "713504bc0224a19b3d7c7958c18dc07f64f54b44" |
14 | 14 | ||
15 | S = "${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" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" | 7 | SRC_URI = "git://github.com/catchorg/Catch2.git;branch=devel;protocol=https" |
8 | SRCREV = "31588bb4f56b638dd5afc28d3ebff9b9dcefb88d" | 8 | SRCREV = "2b60af89e23d28eefc081bc930831ee9d45ea58b" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | 10 | ||
12 | inherit cmake python3native | 11 | inherit 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 |
20 | RDEPENDS:${PN}-dev = "" | 20 | RDEPENDS:${PN}-dev = "" |
21 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 21 | RRECOMMENDS:${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 | ||
16 | S = "${WORKDIR}/git" | ||
17 | 16 | ||
18 | inherit cmake ptest | 17 | inherit 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 | " |
11 | SRC_URI[md5sum] = "9dc669e6145cadd9674873e24943e6dd" | ||
12 | SRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7" | 11 | SRC_URI[sha256sum] = "89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7" |
13 | 12 | ||
14 | inherit autotools | 13 | inherit 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" | |||
8 | SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/cpputest/cpputest.git;protocol=https;branch=master" |
9 | SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" | 9 | SRCREV = "67d2dfd41e13f09ff218aa08e2d35f1c32f032a1" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | 11 | ||
13 | inherit cmake | 12 | inherit 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 | ||
11 | SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4" | 11 | SRCREV = "be56f653743cc0e68bef81ef35df7c50ff8919c4" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | RRECOMMENDS:${PN} = "libgpiod-tools" | 14 | RRECOMMENDS:${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" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7734aa853b85d6f935466f081490ddbb" |
6 | 6 | ||
7 | S = "${WORKDIR}/CUnit-${PV}" | 7 | S = "${UNPACKDIR}/CUnit-${PV}" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \ | 9 | SRC_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 | " |
13 | SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c" | ||
14 | SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" | 13 | SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" |
15 | 14 | ||
16 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cunit/files/releases" | 15 | UPSTREAM_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" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" |
6 | 6 | ||
7 | SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/${BP}.tar.gz" | 7 | SRC_URI = "http://downloads.sourceforge.net/project/cxxtest/cxxtest/${PV}/${BP}.tar.gz" |
8 | SRC_URI[md5sum] = "c3cc3355e2ac64e34c215f28e44cfcec" | ||
9 | SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8" | 8 | SRC_URI[sha256sum] = "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8" |
10 | 9 | ||
11 | UPSTREAM_CHECK_URI = "https://sourceforge.net/p/cxxtest/activity/" | 10 | UPSTREAM_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 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit autotools pkgconfig | 15 | inherit 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 |
10 | UPSTREAM_CHECK_COMMITS = "1" | 10 | UPSTREAM_CHECK_COMMITS = "1" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | do_install() { | 13 | do_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 @@ | |||
1 | https://github.com/google/googletest/issues/4701 | ||
2 | |||
3 | taken from fedora: | ||
4 | https://src.fedoraproject.org/rpms/gtest/c/b3fe6f803a1e554971f70e1c3f55aa5fcb377b1b?branch=rawhide | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-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 | ||
7 | PROVIDES += "gmock gtest" | 7 | PROVIDES += "gmock gtest" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | SRCREV = "6910c9d9165801d8827d628cb72eb7ea9dd538c5" |
10 | SRCREV = "b514bdc898e2951020cbdca1304b75f5950d1f59" | 10 | SRC_URI = "git://github.com/google/googletest.git;branch=v1.16.x;protocol=https \ |
11 | SRC_URI = "git://github.com/google/googletest.git;branch=v1.15.x;protocol=https" | 11 | file://gtest-ciso646.patch \ |
12 | " | ||
12 | 13 | ||
13 | inherit cmake pkgconfig | 14 | inherit 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 | ||
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | CFLAGS:append:libc-musl = " -D_LARGEFILE64_SOURCE" | 13 | CFLAGS: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 |
12 | UPSTREAM_CHECK_COMMITS = "1" | 12 | UPSTREAM_CHECK_COMMITS = "1" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit cmake | 15 | inherit 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 @@ | |||
1 | From b6b968d1c8fbba79b33d63874b551225e663435e Mon Sep 17 00:00:00 2001 | ||
2 | From: "mark.yang" <mark.yang@lge.com> | ||
3 | Date: Wed, 2 Apr 2025 16:59:00 +0900 | ||
4 | Subject: [PATCH] fix build with gcc-15 -Wincompatible-pointer-types error | ||
5 | |||
6 | See more details: http://errors.yoctoproject.org/Errors/Details/850314 | ||
7 | utils/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) | ||
12 | In file included from utils/uevent_reader.c:4: | ||
13 | TOPDIR/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 | | ~~~~~~~~~~~~~~~^~~~~~~~~ | ||
16 | utils/uevent_reader.c:15:6: note: 'exit_handler' declared here | ||
17 | 15 | void exit_handler() | ||
18 | | ^~~~~~~~~~~~ | ||
19 | TOPDIR/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 | |||
27 | Upstream-Status: Inactive-Upstream [lastrelease: 6 years ago] | ||
28 | Signed-off-by: mark.yang <mark.yang@lge.com> | ||
29 | --- | ||
30 | utils/uevent_reader.c | 8 ++++---- | ||
31 | 1 file changed, 4 insertions(+), 4 deletions(-) | ||
32 | |||
33 | diff --git a/utils/uevent_reader.c b/utils/uevent_reader.c | ||
34 | index 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 | ||
11 | SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" | 11 | SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" |
12 | 12 | ||
13 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" | 13 | SRC_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 | ||
15 | S = "${WORKDIR}/git" | ||
16 | 18 | ||
17 | CFLAGS += "-pthread" | 19 | CFLAGS += "-pthread" |
18 | 20 | ||
21 | PATCHTOOL = "git" | ||
22 | |||
19 | do_compile () { | 23 | do_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 | } |
66 | RDEPENDS:${PN} +="bash" | 70 | RDEPENDS:${PN} += "bash" |
67 | 71 | ||
68 | # http://errors.yoctoproject.org/Errors/Details/186956/ | 72 | # http://errors.yoctoproject.org/Errors/Details/186956/ |
69 | COMPATIBLE_HOST:libc-musl = 'null' | 73 | COMPATIBLE_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" | |||
6 | SRC_URI = " git://github.com/kward/shunit2.git;branch=master;protocol=https" | 6 | SRC_URI = " git://github.com/kward/shunit2.git;branch=master;protocol=https" |
7 | SRCREV = "080159b303537888c5d41910b4d47a5002638e30" | 7 | SRCREV = "080159b303537888c5d41910b4d47a5002638e30" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | 9 | ||
11 | do_install() { | 10 | do_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" | |||
17 | UPSTREAM_CHECK_COMMITS = "1" | 17 | UPSTREAM_CHECK_COMMITS = "1" |
18 | 18 | ||
19 | export GOPROXY = "https://proxy.golang.org,direct" | 19 | export 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. | ||
23 | do_compile[network] = "1" | ||
24 | 20 | ||
25 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" | 21 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" |
26 | 22 | ||
@@ -28,8 +24,8 @@ B = "${S}/src/${GO_IMPORT}/bin" | |||
28 | 24 | ||
29 | GO_EXTRA_LDFLAGS += ' -X ${GO_IMPORT}/prog.GitRevision=${SRCREV}' | 25 | GO_EXTRA_LDFLAGS += ' -X ${GO_IMPORT}/prog.GitRevision=${SRCREV}' |
30 | 26 | ||
31 | export GOHOSTFLAGS="${GO_LINKSHARED} ${GOBUILDFLAGS}" | 27 | export GOHOSTFLAGS = "${GO_LINKSHARED} ${GOBUILDFLAGS}" |
32 | export GOTARGETFLAGS="${GO_LINKSHARED} ${GOBUILDFLAGS}" | 28 | export GOTARGETFLAGS = "${GO_LINKSHARED} ${GOBUILDFLAGS}" |
33 | export TARGETOS = '${GOOS}' | 29 | export TARGETOS = '${GOOS}' |
34 | export TARGETARCH = '${GOARCH}' | 30 | export TARGETARCH = '${GOARCH}' |
35 | export TARGETVMARCH = '${GOARCH}' | 31 | export 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 | ||
22 | UPSTREAM_CHECK_URI = "http://www.jhauser.us/arithmetic/TestFloat.html" | 22 | UPSTREAM_CHECK_URI = "http://www.jhauser.us/arithmetic/TestFloat.html" |
23 | 23 | ||
24 | S = "${WORKDIR}/sources" | 24 | S = "${UNPACKDIR}" |
25 | UNPACKDIR = "${S}" | ||
26 | 25 | ||
27 | do_compile(){ | 26 | do_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" | |||
6 | SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https" | 6 | SRC_URI = "git://github.com/rollbear/trompeloeil.git;branch=main;protocol=https" |
7 | SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d" | 7 | SRCREV = "ad9bc41b1e01ae92802de59a12d19cf7c8683d6d" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | ||
10 | 9 | ||
11 | inherit cmake | 10 | inherit cmake |
12 | 11 | ||