Skip to content

Commit

Permalink
Merge pull request #979 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Oct 18, 2024
2 parents 116cb44 + d5e324f commit dad375a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ and this project adheres to
- Update Gnome components to version 47
- Fix ptests in meta-filesystems and meta-multimedia
- Upgrade clang to 19.1.2 release
- Fix several recipes to work with python 3.13

### Added

- Added recipes for - fastfloat, glad, python3-pytest-codspeed
tomlplusplus

### Removed

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-systemd-wayland"
#require conf/world.conf

IMG_VERSION = "24.9.3"
IMG_VERSION = "24.9.4"
2 changes: 1 addition & 1 deletion sources/meta-intel
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 42 files
+0 −22 meta-networking/recipes-connectivity/mosquitto/files/1571.patch
+0 −25 meta-networking/recipes-connectivity/mosquitto/files/2894.patch
+1 −3 meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.19.bb
+1 −1 meta-networking/recipes-connectivity/nanomsg/nng_1.7.3.bb
+1 −0 meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+0 −55 meta-oe/recipes-devtools/nodejs/nodejs/0001-build-fix-build-with-Python-3.12.patch
+0 −63 meta-oe/recipes-devtools/nodejs/nodejs/0001-gyp-resolve-python-3.12-issues.patch
+12 −0 meta-oe/recipes-devtools/tomlplusplus/files/run-ptest
+25 −0 meta-oe/recipes-devtools/tomlplusplus/tomlplusplus_git.bb
+1 −1 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb
+1 −1 meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
+3 −3 meta-oe/recipes-extended/mraa/mraa_git.bb
+1 −1 meta-oe/recipes-extended/sigrok/libsigrokdecode/0001-configure.ac-add-py-3.10-support.patch
+3 −3 meta-oe/recipes-multimedia/mplayer/libplacebo_7.349.0.bb
+38 −0 meta-python/recipes-devtools/python/python3-geojson/py3.13.patch
+1 −0 meta-python/recipes-devtools/python/python3-geojson_3.1.0.bb
+2 −1 meta-python/recipes-devtools/python/python3-grpcio-channelz_1.66.2.bb
+2 −1 meta-python/recipes-devtools/python/python3-grpcio-reflection_1.66.2.bb
+3 −1 meta-python/recipes-devtools/python/python3-grpcio-tools_1.66.2.bb
+1 −2 meta-python/recipes-devtools/python/python3-grpcio/0001-Include-missing-cstdint-header.patch
+1 −4 meta-python/recipes-devtools/python/python3-grpcio/0001-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch
+5 −6 meta-python/recipes-devtools/python/python3-grpcio/0001-crypto-use-_Generic-only-if-defined-__cplusplus.patch
+2 −5 meta-python/recipes-devtools/python/python3-grpcio/0001-target.h-define-proper-macro-for-ppc-ppc64.patch
+1 −1 meta-python/recipes-devtools/python/python3-grpcio/0001-zlib-Include-unistd.h-for-open-close-C-APIs.patch
+1 −1 meta-python/recipes-devtools/python/python3-grpcio/abseil-ppc-fixes.patch
+1 −1 meta-python/recipes-devtools/python/python3-grpcio_1.66.2.bb
+0 −2 meta-python/recipes-devtools/python/python3-html2text_2024.2.26.bb
+1 −1 meta-python/recipes-devtools/python/python3-httptools_0.6.2.bb
+0 −28 meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-address-openssl-3.x-build-issue.patch
+0 −33 ...python/recipes-devtools/python/python3-m2crypto/0001-setup.py-link-in-sysroot-not-in-host-directories.patch
+0 −23 meta-python/recipes-devtools/python/python3-m2crypto/avoid-host-contamination.patch
+0 −33 meta-python/recipes-devtools/python/python3-m2crypto/cross-compile-platform.patch
+3 −9 meta-python/recipes-devtools/python/python3-m2crypto_0.42.0.bb
+0 −1 meta-python/recipes-devtools/python/python3-meld3_2.0.1.bb
+43 −0 meta-python/recipes-devtools/python/python3-yappi/py3.13.patch
+1 −0 meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb
+3 −3 ...ipes-devtools/python3-wxgtk4/python3-wxgtk4/0001-sip-Conditionally-use-GetAssertStackTrace-under-USE_.patch
+0 −31 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/0001-sip-Fix-build-with-gcc-14.patch
+6 −3 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/add-back-option-build-base.patch
+7 −3 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/not-overwrite-cflags-cxxflags.patch
+9 −6 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/wxgtk-fixup-build-scripts.patch
+3 −4 meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.2.2.bb

0 comments on commit dad375a

Please sign in to comment.