diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-29 12:15:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-29 02:33:23 -0700 |
| commit | 6fa0946e68a2da0f641e4015063cd405d31cfc1b (patch) | |
| tree | 1560b0ab74b577edd4b833bd8d83e864671623c4 /meta-oe | |
| parent | 285a8607d48f1fc33c4d139fbef7870f77102ebd (diff) | |
| download | meta-openembedded-6fa0946e68a2da0f641e4015063cd405d31cfc1b.tar.gz | |
libsimplelog: upgrade 1.0.4 -> 1.0.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb (renamed from meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb index 461b960357..0aacbcd2cc 100644 --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb | |||
| @@ -5,10 +5,9 @@ HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}" |
| 9 | 9 | ||
| 10 | PV = "1.0.4+git" | 10 | SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" |
| 11 | SRCREV = "781f5eaa1713e7f60e9ee79ab5143c0bacfcccef" | ||
| 12 | 11 | ||
| 13 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 14 | 13 | ||
