diff mbox series

[meta-oe,walnascar,12/21] ssd1306: Update to newer version

Message ID 20250927063216.1865627-13-ankur.tyagi85@gmail.com
State New
Headers show
Series Trying to keep recipes in the walnascar branch updated with useful fixes from the master branch. | expand

Commit Message

Ankur Tyagi Sept. 27, 2025, 6:32 a.m. UTC
From: Leon Anavi <leon.anavi@konsulko.com>

Update to the latest version of the source code in GitHub:

- Use snprintf to replace strncpy without null string at last

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c8ef8ccd8d8ea061cf95c56e441bd696750b3598)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb
index 2c01e126ff..0d99d2f35c 100644
--- a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb
+++ b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=7b694e603a996c3bfdc6093ed1f70c8f"
 SRC_URI = " \
     git://github.com/armlabs/ssd1306_linux.git;protocol=https;branch=master \
 "
-SRCREV = "34b42992a43fda69c6ba2557b718601cafe16251"
+SRCREV = "19128ed4b6108408fea05b9d0551236b6d638dbc"
 
 S = "${WORKDIR}/git"