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/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | |
| 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/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb')
| -rw-r--r-- | meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb deleted file mode 100644 index 461b960357..0000000000 --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | |||
| 2 | SUMMARY = "simplelog-topc - Simple, STABLE, powerful of logging library in ANSI C/C++. Ready for billion records." | ||
| 3 | DESCRIPTION = "Async and Fast C/C++ multi-thread logger with topics. No external dependencies." | ||
| 4 | HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https" | ||
| 9 | |||
| 10 | PV = "1.0.4+git" | ||
| 11 | SRCREV = "781f5eaa1713e7f60e9ee79ab5143c0bacfcccef" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit cmake | ||
| 16 | |||
| 17 | # Specify any options you want to pass to cmake using EXTRA_OECMAKE: | ||
| 18 | EXTRA_OECMAKE += "-DUNIX_LINUX=1" | ||
| 19 | |||
| 20 | |||
