Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-23 Thread Bas Mevissen
On 2021-02-22 21:00, Alexander Kanavin wrote: I am also not sure if there's actual meaning behind this unstable marker. It's not explained anywhere, there are no release announcements where it's explicitly mentioned, and the branch in git has no commits since 1.33.0 https://git.busybox.net/bu

Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Alexander Kanavin
I am also not sure if there's actual meaning behind this unstable marker. It's not explained anywhere, there are no release announcements where it's explicitly mentioned, and the branch in git has no commits since 1.33.0 https://git.busybox.net/busybox/log/?h=1_33_stable I am leaning towards just

Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Khem Raj
On Mon, Feb 22, 2021 at 10:44 AM Alexander Kanavin wrote: > > Right here: https://busybox.net/ > I see. Gap between 1.32.0 and 1.32.1 release was about 6 months, I am not sure if all distros are waiting for dot releases or not. I see that upcoming fedora 34 ( due in April ) is already packaging bu

Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Alexander Kanavin
Right here: https://busybox.net/ Alex On Mon, 22 Feb 2021 at 18:37, Khem Raj wrote: > > > On 2/22/21 8:39 AM, Alexander Kanavin wrote: > > On Mon, 22 Feb 2021 at 17:02, Richard Purdie > > > > wrote: > > > > > +UPSTREAM_CHECK_URI = "https://busyb

Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Khem Raj
On 2/22/21 8:39 AM, Alexander Kanavin wrote: On Mon, 22 Feb 2021 at 17:02, Richard Purdie > wrote: > +UPSTREAM_CHECK_URI = "https://busybox.net/ " > +UPSTREAM_CHECK_REGEX = "BusyBox\ (?P\d+\.\d+\.\d+)\ \(stable\)"

Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Alexander Kanavin
On Mon, 22 Feb 2021 at 17:02, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > > +UPSTREAM_CHECK_URI = "https://busybox.net/"; > > +UPSTREAM_CHECK_REGEX = "BusyBox\ (?P\d+\.\d+\.\d+)\ \(stable\)" > I just realised/wondered whether: > > inherit upstream-version-is-even > > would work h

Re: [OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Richard Purdie
On Mon, 2021-02-22 at 16:49 +0100, Andrej Valek wrote: > Signed-off-by: Andrej Valek > --- >  meta/recipes-core/busybox/busybox.inc | 3 +++ >  1 file changed, 3 insertions(+) > > diff --git a/meta/recipes-core/busybox/busybox.inc > b/meta/recipes-core/busybox/busybox.inc > index 47fcb59302..2531

[OE-core][PATCH] busybox: search stable versions for AUH

2021-02-22 Thread Andrej Valek
Signed-off-by: Andrej Valek --- meta/recipes-core/busybox/busybox.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 47fcb59302..253168e2b9 100644 --- a/meta/recipes-core/busybox/busybox.inc +++ b/meta/re