openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH] ssd1306: Update to newer version
@ 2025-09-02  7:50 Leon Anavi
  0 siblings, 0 replies; only message in thread
From: Leon Anavi @ 2025-09-02  7:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

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>
---
 meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb
index 7824ed1a68..8a8f5d8d25 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"
 
 
 # coreutils provides fmt which is used in the Makefile
-- 
2.47.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-02  7:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02  7:50 [meta-oe][PATCH] ssd1306: Update to newer version Leon Anavi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).