Re: [OE-core] [PATCH 1/2] libedit: Move from meta-oe

2019-08-05 Thread Khem Raj
On Mon, Aug 5, 2019 at 4:34 AM Alexander Kanavin wrote: > On Wed, 31 Jul 2019 at 19:48, Khem Raj wrote: > >> +UPSTREAM_CHECK_REGEX = "libedit-(?P\d+(\.\d+)+)\.tar.gz" >> > > The recipe in meta-oe did not have this line. Where did you take it from > and how did you test it? It is incorrect as it

Re: [OE-core] [PATCH 1/2] libedit: Move from meta-oe

2019-08-05 Thread Alexander Kanavin
On Wed, 31 Jul 2019 at 19:48, Khem Raj wrote: > +UPSTREAM_CHECK_REGEX = "libedit-(?P\d+(\.\d+)+)\.tar.gz" > The recipe in meta-oe did not have this line. Where did you take it from and how did you test it? It is incorrect as it does not match anything with a dash (-) in it. Simply dropping the l

[OE-core] [PATCH 1/2] libedit: Move from meta-oe

2019-07-31 Thread Khem Raj
libedit is needed by llvm on linux and this makes it useful for both oe-core and clang layer among other users Thanks to various contributors in maintaing it in meta-oe Signed-off-by: Khem Raj --- meta/conf/distro/include/maintainers.inc | 1 + .../libedit/libedit/stdc-predef.patch