diff mbox series

[meta-oe] libsimplelog: Fix using CMAKE_INSTALL_LIBDIR

Message ID 20250422131332.5039-1-nguyenthaithuanalg@gmail.com
State Under Review
Headers show
Series [meta-oe] libsimplelog: Fix using CMAKE_INSTALL_LIBDIR | expand

Commit Message

Thuận Nguyễn-Thái April 22, 2025, 1:13 p.m. UTC
Fix using CMAKE_INSTALL_LIBDIR instead of hardcoded 'lib'
Increase v1.0.4 to v1.0.5

Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
---
 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj April 28, 2025, 1:51 p.m. UTC | #1
fails with
ERROR: libsimplelog-1.0.5+git-r0 do_fetch: Fetcher failure: Unable to
find revision fa8c68f8dfcf72adb346f1f4d6dfad02829052b5 in branch main
even from upstream
ERROR: libsimplelog-1.0.5+git-r0 do_fetch: Bitbake Fetcher Error:
FetchError('Unable to fetch URL from any source.',
'git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https')

you should try to do a clean build with
bitbake -ccleanall libsimplelog
bitbake libsimplelog

On Sun, Apr 27, 2025 at 1:49 PM Thuận Nguyễn-Thái via
lists.openembedded.org
<nguyenthaithuanalg=gmail.com@lists.openembedded.org> wrote:
>
> Fix using CMAKE_INSTALL_LIBDIR instead of hardcoded 'lib'
> Increase v1.0.4 to v1.0.5
>
> Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
> ---
>  meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> index 461b96035..764425dbc 100644
> --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
>
>  SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https"
>
> -PV = "1.0.4+git"
> -SRCREV = "781f5eaa1713e7f60e9ee79ab5143c0bacfcccef"
> +PV = "1.0.5+git"
> +SRCREV = "fa8c68f8dfcf72adb346f1f4d6dfad02829052b5"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.47.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117173): https://lists.openembedded.org/g/openembedded-devel/message/117173
> Mute This Topic: https://lists.openembedded.org/mt/112489399/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_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
index 461b96035..764425dbc 100644
--- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
+++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
@@ -7,8 +7,8 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
 
 SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https"
 
-PV = "1.0.4+git"
-SRCREV = "781f5eaa1713e7f60e9ee79ab5143c0bacfcccef"
+PV = "1.0.5+git"
+SRCREV = "fa8c68f8dfcf72adb346f1f4d6dfad02829052b5"
 
 S = "${WORKDIR}/git"