diff options
author | Thuận Nguyễn-Thái <nguyenthaithuanalg@gmail.com> | 2025-05-22 10:22:07 +0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-22 17:39:09 -0700 |
commit | f677cabe3f9ecfe2c3e42c2ac736726c47031312 (patch) | |
tree | bf65eb50ad906fe2b83e81174efc17e92d786e56 | |
parent | 58ba5cbab30b5b5d7c96f3af538ac5480f0ba62c (diff) | |
download | meta-openembedded-f677cabe3f9ecfe2c3e42c2ac736726c47031312.tar.gz |
libsimplelog: v1.0.6 -> v1.0.7
- Add "spl_err_txt", to get text of error code.
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.7.bb (renamed from meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.bb index 0aacbcd2cc..0302f7c89f 100644 --- a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.7.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 = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" | 10 | SRCREV = "edbe423bdd1b36faf30d2eeeb869e4c1755864de" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||