diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2024-01-08 12:18:07 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-08 19:54:41 -0800 |
| commit | 6aab924b38f2e2fba4d5ea6903995e4634941e95 (patch) | |
| tree | d3ee6f7b9088cfae79982bc609ca74abd735b7a3 /meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | |
| parent | 1e848281ef6ff53bb89e323a978ebd00f02cb1f2 (diff) | |
| download | meta-openembedded-6aab924b38f2e2fba4d5ea6903995e4634941e95.tar.gz | |
ssd1306: Update and remove patch
Update ssd1306_linux, OLED SSD1306 Linux user space driver, to the
latest version and remove a patch that has been merged in upstream
of the project in GitHub.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb index 5adfd3ed68..f9e3679590 100644 --- a/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb +++ b/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb | |||
| @@ -8,9 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7b694e603a996c3bfdc6093ed1f70c8f" | |||
| 8 | 8 | ||
| 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 | file://0001-Use-include-filename.patch \ | ||
| 12 | " | 11 | " |
| 13 | SRCREV = "7375f1088732d243f7167c9a17725f1a860da587" | 12 | SRCREV = "34b42992a43fda69c6ba2557b718601cafe16251" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 16 | 15 | ||
