Message ID | 20251002125926.2624522-9-skandigraun@gmail.com |
---|---|
State | New |
Headers | show |
Series | Cherry-picks from Master Batch G | expand |
On Thu, Oct 2, 2025 at 6:00 AM Gyorgy Sarvari via lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org> wrote: > > From: Martin Jansa <martin.jansa@gmail.com> > > * looks like a typo introduced in: > https://git.openembedded.org/meta-openembedded/commit/?id=6e431331d18ded23a78e238ed40d03434e7719d9 > * use +git as most other recipes are using > > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> > (cherry picked from commit 10703e5c6a51ef14b357c5c2021979ecedcaeb13) > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > --- > meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb > index 0e16b15c97..9d0db23bf8 100644 > --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb > +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb > @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/projectNe10/Ne10.git;branch=master;protocol=https \ > SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" > > S = "${WORKDIR}/git" > -PV .= "gitr+${SRCPV}" > +PV .= "+git${SRCPV}" Please check if this sorts in increasing order as expected > > inherit cmake > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#120177): https://lists.openembedded.org/g/openembedded-devel/message/120177 > Mute This Topic: https://lists.openembedded.org/mt/115551534/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index 0e16b15c97..9d0db23bf8 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/projectNe10/Ne10.git;branch=master;protocol=https \ SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f" S = "${WORKDIR}/git" -PV .= "gitr+${SRCPV}" +PV .= "+git${SRCPV}" inherit cmake