diff options
-rw-r--r-- | meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb (renamed from meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb) | 2 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb index b7ff23e719..c21d4bc4a7 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.7.2.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_5.8.0.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = " \ | |||
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRCREV = "00e42151ca061463ba6a95adb2290f678cbca472" | 20 | SRCREV = "b077c81eb635392e694ccedbab8b644297ec0285" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
diff --git a/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb b/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb index 8f80358963..a737a735b7 100644 --- a/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb +++ b/meta-oe/recipes-graphics/libglvnd/libglvnd_1.7.0.bb | |||
@@ -22,8 +22,8 @@ PACKAGECONFIG ?= "\ | |||
22 | " | 22 | " |
23 | 23 | ||
24 | PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto" | 24 | PACKAGECONFIG[x11] = "-Dx11=enabled,-Dx11=disabled,libx11 libxext xorgproto" |
25 | PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto" | 25 | PACKAGECONFIG[glx] = "-Dglx=enabled,-Dglx=disabled,libx11 libxext xorgproto,,libglx-icd" |
26 | PACKAGECONFIG[egl] = "-Degl=true,-Degl=false," | 26 | PACKAGECONFIG[egl] = "-Degl=true,-Degl=false,,libegl-icd" |
27 | PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false," | 27 | PACKAGECONFIG[gles1] = "-Dgles1=true,-Dgles1=false," |
28 | PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false," | 28 | PACKAGECONFIG[gles2] = "-Dgles2=true,-Dgles2=false," |
29 | 29 | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch index 8fc26bd90b..cbc167157b 100644 --- a/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch +++ b/meta-python/recipes-devtools/python/python3-pyzstd/0001-Bump-setuptools-dependency-from-74-to-79.patch | |||
@@ -22,6 +22,6 @@ index dd885e4..9f273b3 100644 | |||
22 | # setuptools 64+ support --build-option | 22 | # setuptools 64+ support --build-option |
23 | # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows | 23 | # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows |
24 | -requires = ["setuptools>=64,<74"] | 24 | -requires = ["setuptools>=64,<74"] |
25 | +requires = ["setuptools>=64,<79"] | 25 | +requires = ["setuptools>=64,<89"] |
26 | backend-path = ["build_script"] | 26 | backend-path = ["build_script"] |
27 | build-backend = "pyzstd_pep517" | 27 | build-backend = "pyzstd_pep517" |