diff options
-rw-r--r-- | meta-oe/recipes-devtools/php/php_8.4.10.bb | 2 | ||||
-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 |
3 files changed, 6 insertions, 5 deletions
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-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 += "\ |