diff options
author | Thuận Nguyễn-Thái <nguyenthaithuanalg@gmail.com> | 2025-06-15 10:36:19 +0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-20 10:34:11 -0700 |
commit | 3b1cc7418fa61b61f40bf33a9d5a98cab229afe9 (patch) | |
tree | ac761c2548cedf4a2fde50a73663d5e68d510d33 | |
parent | ede9e1799e56a8ccf6627a1db8cf4fe7a587ffd3 (diff) | |
download | meta-openembedded-3b1cc7418fa61b61f40bf33a9d5a98cab229afe9.tar.gz |
libsimplelog: v1.0.7 -> v1.0.8
- Fix daily/monthly/yearly error.
- Check with Raspberry PI 3 B+.
Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb (renamed from meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb index 0302f7c89f..b4a721b302 100644 --- a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.8.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | |||
7 | 7 | ||
8 | SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}" | 8 | SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}" |
9 | 9 | ||
10 | SRCREV = "edbe423bdd1b36faf30d2eeeb869e4c1755864de" | 10 | SRCREV = "093d80b4006042b75a433a5e63760ae9bebad142" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||