diff options
-rw-r--r-- | meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | 6 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.4.10.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb | 3 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb (renamed from meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb) | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb | 1 |
5 files changed, 9 insertions, 11 deletions
diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb index 38fa8b439e..219735acd1 100644 --- a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb +++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | |||
@@ -34,11 +34,11 @@ do_install_ptest() { | |||
34 | rm -rf "${D}${PTEST_PATH}/*" | 34 | rm -rf "${D}${PTEST_PATH}/*" |
35 | cp -r ../build "${D}${PTEST_PATH}" | 35 | cp -r ../build "${D}${PTEST_PATH}" |
36 | cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build" | 36 | cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build" |
37 | cp -r "${S}" "${D}${PTEST_PATH}" | 37 | cp -r "${UNPACKDIR}" "${D}${PTEST_PATH}/" |
38 | rm -rf ${D}${PTEST_PATH}/build/config.log \ | 38 | rm -rf ${D}${PTEST_PATH}/build/config.log \ |
39 | ${D}${PTEST_PATH}/build/autom4te.cache \ | 39 | ${D}${PTEST_PATH}/build/autom4te.cache \ |
40 | ${D}${PTEST_PATH}/*/.git ${D}${PTEST_PATH}/*/.github \ | 40 | ${D}${PTEST_PATH}/*/*/.git ${D}${PTEST_PATH}/*/*/.github \ |
41 | ${D}${PTEST_PATH}/*/autom4te.cache | 41 | ${D}${PTEST_PATH}/*/*/autom4te.cache |
42 | sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status | 42 | sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status |
43 | } | 43 | } |
44 | 44 | ||
diff --git a/meta-oe/recipes-devtools/php/php_8.4.10.bb b/meta-oe/recipes-devtools/php/php_8.4.10.bb index 4ed5d1e4ff..4d598949a1 100644 --- a/meta-oe/recipes-devtools/php/php_8.4.10.bb +++ b/meta-oe/recipes-devtools/php/php_8.4.10.bb | |||
@@ -110,7 +110,7 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ | |||
110 | ,--without-sqlite3 --without-pdo-sqlite \ | 110 | ,--without-sqlite3 --without-pdo-sqlite \ |
111 | ,sqlite3" | 111 | ,sqlite3" |
112 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" | 112 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" |
113 | PACKAGECONFIG[zip] = "--with-zip,,libzip" | 113 | PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" |
114 | 114 | ||
115 | export HOSTCC = "${BUILD_CC}" | 115 | export HOSTCC = "${BUILD_CC}" |
116 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" | 116 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb index 10d5806e77..33526630d1 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb +++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb | |||
@@ -27,7 +27,4 @@ do_install() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" | 29 | SECURITY_CFLAGS:riscv64 = "${SECURITY_NOPIE_CFLAGS}" |
30 | # GCC-15 segfaults see - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120119 | ||
31 | # TUNE_CCARGS:remove:aarch64 = "cortex-a57+crc+nocrypto" | ||
32 | TUNE_CCARGS:append:aarch64 = " -march=armv8-a" | ||
33 | LTO = "" | 30 | LTO = "" |
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb index edecc8dbb0..2ab8e8bef9 100644 --- a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb +++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb | |||
@@ -7,13 +7,13 @@ program. It is guaranteed to find the *smallest possible* set of \ | |||
7 | differences. \ | 7 | differences. \ |
8 | " | 8 | " |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | HOMEPAGE = "https://metacpan.org/release/NEDKONZ/Algorithm-Diff-1.15" | 10 | HOMEPAGE = "https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=406;endline=409;md5=d393b8ad3b8994b9d0ae9299b8a8a1ee" | 13 | LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1676;endline=1680;md5=f6b2fe8ca06ca6faefa4f265fc494c2c" |
14 | 14 | ||
15 | SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEDKONZ/Algorithm-Diff-${PV}.tar.gz" | 15 | SRC_URI = "${CPAN_MIRROR}/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.zip" |
16 | SRC_URI[sha256sum] = "aa848b75ad3ecc32d31e8651909551e851cceef74a32822c7a3cb35c259f5190" | 16 | SRC_URI[sha256sum] = "229a5708b0791675a8cd50ace77e79a323e52bfb4d34799dddfed644a2036662" |
17 | 17 | ||
18 | S = "${UNPACKDIR}/Algorithm-Diff-${PV}" | 18 | S = "${UNPACKDIR}/Algorithm-Diff-${PV}" |
19 | 19 | ||
diff --git a/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb index 83dc52ca19..812288881d 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_4.4.4.bb | |||
@@ -18,6 +18,7 @@ RDEPENDS:${PN}-ptest += " \ | |||
18 | python3-typing-extensions \ | 18 | python3-typing-extensions \ |
19 | python3-unixadmin \ | 19 | python3-unixadmin \ |
20 | python3-mypy \ | 20 | python3-mypy \ |
21 | python3-pathspec \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | DEPENDS += "\ | 24 | DEPENDS += "\ |