diff mbox series

[meta-oe,1/2] basu: Update to latest master

Message ID 20231201081117.569210-1-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-oe,1/2] basu: Update to latest master | expand

Commit Message

Khem Raj Dec. 1, 2023, 8:11 a.m. UTC
There is only one commit after 0.2.1 release which is to fix build with
lld.

https://git.sr.ht/~emersion/basu/commit/a08cf5a575325435040d35710dbac3d0c32b1676

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/basu/basu_0.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Kjellerstedt Dec. 4, 2023, 4:30 p.m. UTC | #1
> -----Original Message-----
> From: openembedded-devel@lists.openembedded.org <openembedded-
> devel@lists.openembedded.org> On Behalf Of Khem Raj
> Sent: den 1 december 2023 09:11
> To: openembedded-devel@lists.openembedded.org
> Cc: Khem Raj <raj.khem@gmail.com>
> Subject: [oe] [meta-oe][PATCH 1/2] basu: Update to latest master
> 
> There is only one commit after 0.2.1 release which is to fix build with
> lld.
> 
> https://git.sr.ht/~emersion/basu/commit/a08cf5a575325435040d35710dbac3d0c32b1676
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-core/basu/basu_0.2.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-core/basu/basu_0.2.1.bb b/meta-oe/recipes-
> core/basu/basu_0.2.1.bb
> index 500408e11e..56c25f5f1b 100644
> --- a/meta-oe/recipes-core/basu/basu_0.2.1.bb
> +++ b/meta-oe/recipes-core/basu/basu_0.2.1.bb
> @@ -9,7 +9,7 @@ SRC_URI =
> "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
>  DEPENDS += "gperf-native"
> 
>  S = "${WORKDIR}/git"
> -PV = "0.2.1"
> +PV = "0.2.1+git"
>  SRCREV = "684a41d68cfbb05e38aacb60a8548e21ddfbecdb"

You forgot to update the SRCREV...

> 
>  inherit meson pkgconfig
> --
> 2.43.0

//Peter
Khem Raj Dec. 4, 2023, 7:24 p.m. UTC | #2
On Mon, Dec 4, 2023 at 8:30 AM Peter Kjellerstedt
<peter.kjellerstedt@axis.com> wrote:
>
> > -----Original Message-----
> > From: openembedded-devel@lists.openembedded.org <openembedded-
> > devel@lists.openembedded.org> On Behalf Of Khem Raj
> > Sent: den 1 december 2023 09:11
> > To: openembedded-devel@lists.openembedded.org
> > Cc: Khem Raj <raj.khem@gmail.com>
> > Subject: [oe] [meta-oe][PATCH 1/2] basu: Update to latest master
> >
> > There is only one commit after 0.2.1 release which is to fix build with
> > lld.
> >
> > https://git.sr.ht/~emersion/basu/commit/a08cf5a575325435040d35710dbac3d0c32b1676
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta-oe/recipes-core/basu/basu_0.2.1.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-core/basu/basu_0.2.1.bb b/meta-oe/recipes-
> > core/basu/basu_0.2.1.bb
> > index 500408e11e..56c25f5f1b 100644
> > --- a/meta-oe/recipes-core/basu/basu_0.2.1.bb
> > +++ b/meta-oe/recipes-core/basu/basu_0.2.1.bb
> > @@ -9,7 +9,7 @@ SRC_URI =
> > "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
> >  DEPENDS += "gperf-native"
> >
> >  S = "${WORKDIR}/git"
> > -PV = "0.2.1"
> > +PV = "0.2.1+git"
> >  SRCREV = "684a41d68cfbb05e38aacb60a8548e21ddfbecdb"
>
> You forgot to update the SRCREV...

indeed, got lost in rebases. Thanks for reporting. I have sent a followup fix

>
> >
> >  inherit meson pkgconfig
> > --
> > 2.43.0
>
> //Peter
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/basu/basu_0.2.1.bb b/meta-oe/recipes-core/basu/basu_0.2.1.bb
index 500408e11e..56c25f5f1b 100644
--- a/meta-oe/recipes-core/basu/basu_0.2.1.bb
+++ b/meta-oe/recipes-core/basu/basu_0.2.1.bb
@@ -9,7 +9,7 @@  SRC_URI = "git://git.sr.ht/~emersion/basu;protocol=https;branch=master"
 DEPENDS += "gperf-native"
 
 S = "${WORKDIR}/git"
-PV = "0.2.1"
+PV = "0.2.1+git"
 SRCREV = "684a41d68cfbb05e38aacb60a8548e21ddfbecdb"
 
 inherit meson pkgconfig