summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-01-08 12:18:07 +0200
committerKhem Raj <raj.khem@gmail.com>2024-01-08 19:54:41 -0800
commit6aab924b38f2e2fba4d5ea6903995e4634941e95 (patch)
treed3ee6f7b9088cfae79982bc609ca74abd735b7a3 /meta-oe/recipes-devtools/ssd1306/ssd1306_git.bb
parent1e848281ef6ff53bb89e323a978ebd00f02cb1f2 (diff)
downloadmeta-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.bb3
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
9SRC_URI = " \ 9SRC_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"
13SRCREV = "7375f1088732d243f7167c9a17725f1a860da587" 12SRCREV = "34b42992a43fda69c6ba2557b718601cafe16251"
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15