Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
You right, work using oe_runmake install DESTDIR=${D} and DESTDIR is not using when compiling. Thanks On Tue, Oct 31, 2017 at 5:07 PM, Khem Raj wrote: > > On Tue, Oct 31, 2017 at 4:24 AM Fabio Berton < > fabio.ber...@ossystems.com.br> wrote: > >> Hi Khem, >> >> do_compile

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Khem Raj
On Tue, Oct 31, 2017 at 4:24 AM Fabio Berton wrote: > Hi Khem, > > do_compile task uses these EXTRA_OEMAKE variables too. > Yes, however the question is do we use DESTDIR when compiling > > On Mon, Oct 30, 2017 at 9:18 PM, Khem Raj wrote: >

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-31 Thread Fabio Berton
Hi Khem, do_compile task uses these EXTRA_OEMAKE variables too. On Mon, Oct 30, 2017 at 9:18 PM, Khem Raj wrote: > On Mon, Oct 30, 2017 at 10:32 AM, Fabio Berton > wrote: > > We need to set DESTDIR variable and run eo_runmake install to

Re: [oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-30 Thread Khem Raj
On Mon, Oct 30, 2017 at 10:32 AM, Fabio Berton wrote: > We need to set DESTDIR variable and run eo_runmake install to install all ^^ typo > arptables files. Without this the only file installed

[oe] [meta-networking][PATCH] arptables: Fix do_install task

2017-10-30 Thread Fabio Berton
We need to set DESTDIR variable and run eo_runmake install to install all arptables files. Without this the only file installed in package is systemd unit. Signed-off-by: Fabio Berton --- meta-networking/recipes-support/arptables/arptables_git.bb | 5 +++-- 1 file