Re: [OE-core] [PATCH] Add source package to ${PACKAGES}

2019-03-05 Thread Joshua Watt
On Tue, 2019-03-05 at 11:19 +, Burton, Ross wrote: > On Tue, 5 Mar 2019 at 02:46, Joshua Watt > wrote: > > +ALLOW_EMPTY_${PN}-src = "1" > > Is that what we want? Empty PN-src packages for packages which have > no source code, or when source splitting is disabled? I found this while attempti

Re: [OE-core] [PATCH] Add source package to ${PACKAGES}

2019-03-05 Thread Burton, Ross
On Tue, 5 Mar 2019 at 02:46, Joshua Watt wrote: > +ALLOW_EMPTY_${PN}-src = "1" Is that what we want? Empty PN-src packages for packages which have no source code, or when source splitting is disabled? Ross -- ___ Openembedded-core mailing list Openem

[OE-core] [PATCH] Add source package to ${PACKAGES}

2019-03-04 Thread Joshua Watt
Permanently adds the -src source package to ${PACKAGES} instead of relying on creating it dynamically at packaging time. The source package is now defined in bitbake.conf, just like -dev and -dbg packages. For compatibility, the -src package is still added dynamically if it was missing, since some