diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-09-02 10:50:34 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-02 08:57:40 -0700 |
| commit | c8ef8ccd8d8ea061cf95c56e441bd696750b3598 (patch) | |
| tree | 1f07efbc6099669014a54129ec4061edea620647 | |
| parent | 51a526de203d6f0bdfb5f740e190890751aa2eac (diff) | |
| download | meta-openembedded-c8ef8ccd8d8ea061cf95c56e441bd696750b3598.tar.gz | |
ssd1306: Update to newer version
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>
| -rw-r--r-- | meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 10 | git://github.com/armlabs/ssd1306_linux.git;protocol=https;branch=master \ | 10 | git://github.com/armlabs/ssd1306_linux.git;protocol=https;branch=master \ |
| 11 | " | 11 | " |
| 12 | SRCREV = "34b42992a43fda69c6ba2557b718601cafe16251" | 12 | SRCREV = "19128ed4b6108408fea05b9d0551236b6d638dbc" |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | # coreutils provides fmt which is used in the Makefile | 15 | # coreutils provides fmt which is used in the Makefile |
