diff mbox series

[meta-oe] libsimplelog: Add a versatile C/C++ logger.

Message ID 20250503182609.2224178-1-nguyenthaithuanalg@gmail.com
State Under Review
Headers show
Series [meta-oe] libsimplelog: Add a versatile C/C++ logger. | expand

Commit Message

Thuận Nguyễn-Thái May 3, 2025, 6:26 p.m. UTC
- Move "libsimplelog" to "recipes-support".

Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
---
 .../libsimplelog/libsimplelog_1.0.6.bb                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/{recipes-libsimplelog => recipes-support}/libsimplelog/libsimplelog_1.0.6.bb (95%)

Comments

Khem Raj May 4, 2025, 12:47 a.m. UTC | #1
On Sat, May 3, 2025 at 4:07 PM Thuận Nguyễn-Thái via
lists.openembedded.org
<nguyenthaithuanalg=gmail.com@lists.openembedded.org> wrote:
>
> - Move "libsimplelog" to "recipes-support".
>
> Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
> ---
>  .../libsimplelog/libsimplelog_1.0.6.bb                          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/{recipes-libsimplelog => recipes-support}/libsimplelog/libsimplelog_1.0.6.bb (95%)
>
> diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
> similarity index 95%
> rename from meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb
> rename to meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
> index 0aacbcd2cc..c159492aac 100644
> --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb
> +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
> @@ -5,7 +5,7 @@ HOMEPAGE = "https://github.com/thuanalg/simplelog-topic"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
>
> -SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}"
> +SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v1.0.6"

Please keep tag=v${PV} instead of hardcoding v1.0.6

>
>  SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"
>
> --
> 2.47.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117287): https://lists.openembedded.org/g/openembedded-devel/message/117287
> Mute This Topic: https://lists.openembedded.org/mt/112598333/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
similarity index 95%
rename from meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb
rename to meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
index 0aacbcd2cc..c159492aac 100644
--- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb
+++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb
@@ -5,7 +5,7 @@  HOMEPAGE = "https://github.com/thuanalg/simplelog-topic"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
 
-SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}"
+SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v1.0.6"
 
 SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"