Re: [OE-core] [PATCH] i2c-tools: Split binaries and library

2019-05-07 Thread John Ernberg
Ping? On 4/18/19 8:39 AM, John Ernberg wrote: > > On 4/16/19 2:36 PM, Adrian Bunk wrote: >> On Tue, Apr 16, 2019 at 12:02:04PM +, John Ernberg wrote: >>> ... >>> --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >>> +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >>> ... >>>

Re: [OE-core] [PATCH] i2c-tools: Split binaries and library

2019-04-18 Thread John Ernberg
On 4/16/19 2:36 PM, Adrian Bunk wrote: > On Tue, Apr 16, 2019 at 12:02:04PM +, John Ernberg wrote: >> ... >> --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >> +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >> ... >> -PACKAGES =+ "${PN}-misc" >> +PACKAGES =+ "${PN}-misc

Re: [OE-core] [PATCH] i2c-tools: Split binaries and library

2019-04-17 Thread John Ernberg
On 4/16/19 2:36 PM, Adrian Bunk wrote: > On Tue, Apr 16, 2019 at 12:02:04PM +, John Ernberg wrote: >> ... >> --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >> +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >> ... >> -PACKAGES =+ "${PN}-misc" >> +PACKAGES =+ "${PN}-misc

Re: [OE-core] [PATCH] i2c-tools: Split binaries and library

2019-04-16 Thread Adrian Bunk
On Tue, Apr 16, 2019 at 12:02:04PM +, John Ernberg wrote: >... > --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb > +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.1.bb >... > -PACKAGES =+ "${PN}-misc" > +PACKAGES =+ "${PN}-misc ${PN}-utils " >... i2c-tools-utils is a weird name. It

[OE-core] [PATCH] i2c-tools: Split binaries and library

2019-04-16 Thread John Ernberg
From: John Ernberg Since the library is differently licensed, split it from the executables. According to the README of i2c-tools the library is LGPLv2.1 while the executables are GPLv2. License-update: Additional license file. Signed-off-by: John Ernberg ---