Re: [oe] [meta-oe][PATCH 2/4] pm-graph: Renamed from analyze-suspend

2020-02-18 Thread Mittal, Anuj
Is this different from the one that is already in meta-oe? https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-kernel/pm-graph Thanks, Anuj > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org devel-boun...@lists.openembedded.org> On Behalf Of

Re: [oe] [meta-oe][PATCH] websocketpp: also install examples in a new -examples subpackage

2020-01-10 Thread Mittal, Anuj
On Fri, 2020-01-10 at 11:04 +0100, Gianfranco Costamagna wrote: > +do_install_append() { > + install -d ${D}${docdir}/${PN} > + cp -R ${S}/examples ${D}${docdir}/${PN} I think these should be BPN instead of PN so this works with multilib. Thanks, Anuj --

Re: [oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-12 Thread Mittal, Anuj
On Wed, 2019-09-11 at 21:44 -0700, Khem Raj wrote: > On Wed, Sep 11, 2019 at 6:34 PM Anuj Mittal > wrote: > > networkx only supports python3 starting v2.3. Move the common code > > to > > .inc and remove python-2to3 RDEPENDS which is no longer needed: > > > >

Re: [oe] [PATCH 13/15] gnome-system-monitor: upgrade 3.26.0 -> 3.32.0

2019-03-27 Thread Mittal, Anuj
On Wed, 2019-03-27 at 16:35 +0100, Andreas Müller wrote: > +itstool-native \ This doesn't seem to be present in layers that meta-gnome depends on. Also, is this required if building help is explicitly being disabled? Thanks, Anuj -- ___

Re: [oe] [PATCH 13/15] gnome-system-monitor: upgrade 3.26.0 -> 3.32.0

2019-03-27 Thread Mittal, Anuj
On Thu, 2019-03-28 at 09:53 +0800, Anuj Mittal wrote: > On Wed, 2019-03-27 at 16:35 +0100, Andreas Müller wrote: > > +itstool-native \ > > This doesn't seem to be present in layers that meta-gnome depends on. I just saw the patch adding it. Please ignore this comment. Thanks, Anuj --

Re: [oe] [meta-oe][PATCH] libuv: update to 1.27.0

2019-03-17 Thread Mittal, Anuj
On Mon, 2019-03-18 at 02:01 +0100, Oleksandr Kravchuk wrote: > AFAIK, it has happened once due to the following change in git: > https://github.com/git/git/commit/22f0dcd9634a818a0c83f23ea1a48f2d620c0546 > > Or am I missing something else? > Right, it happened once [1]. But looks like there is

Re: [oe] [meta-oe][PATCH] libuv: update to 1.27.0

2019-03-17 Thread Mittal, Anuj
On Sat, 2019-03-16 at 21:29 +0100, Oleksandr Kravchuk wrote: > -SRC_URI = > "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};" > +SRC_URI = "https://github.com/libuv/libuv/archive/v${PV}.tar.gz; Checksums for github archive tarballs might change and it's not recommended that they

Re: [oe] [meta-oe][PATCH 2/3] librelp: Upgrade to 1.4.0

2019-03-12 Thread Mittal, Anuj
> .../rsyslog/{librelp_1.2.18.bb => librelp_1.4.0.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes- > extended/rsyslog/{librelp_1.2.18.bb => librelp_1.4.0.bb} (100%) > > diff --git a/meta-oe/recipes-extended/rsyslog/librelp_1.2.18.bb >

Re: [oe] [meta-networking][PATCH v2] wireshark: upgrade to 3.0.0

2019-03-06 Thread Mittal, Anuj
On Thu, 2019-03-07 at 02:50 +0100, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk > > --- > .../{wireshark_2.6.6.bb => wireshark_3.0.0.bb} | 12 +- > -- > 1 file changed, 5 insertions(+), 7 deletions(-) > rename

Re: [oe] UPSTREAM_CHECK_REGEX help needed with libterm-readkey-perl

2019-02-18 Thread Mittal, Anuj
On Mon, 2019-02-18 at 21:30 -0800, Tim Orling wrote: > I cannot figure out what I am missing. I have tried (and other > variations): > > UPSTREAM_CHECK_REGEX = "TermReadKey\- > (?P(\d+\.\d+))(?!_\d+)\.tar” > Adding UPSTREAM_CHECK_URI = "https://metacpan.org/release/TermReadKey; instead should

Re: [oe] [meta-openembedded][PATCH 5/6] ibus-table: add ibus-table recipe

2018-11-11 Thread Mittal, Anuj
On Fri, 2018-11-09 at 13:58 +0100, Pablo Saavedra wrote: > +SRC_URI = " > https://github.com/kaio/${PN}/releases/download/${PV}/${PN}- > ${PV}.tar.gz \ This should use BPN instead of PN otherwise it might fail with multilib. ${PN}-${PV} can also be replaced by ${BP}.

Re: [oe] [meta-java][PATCH] openjdk-7: fix compile errors with current poky master (gcc6)

2018-01-08 Thread Mittal, Anuj
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Diaz > de Grenu, Jose > Sent: Monday, January 8, 2018 8:05 PM > To: Richard Leitner ; openembedded- >