Re: [oe] Why does samba think it (R)DEPENDS on perl?

2016-01-04 Thread Jens Rehsack
> Am 30.12.2015 um 11:55 schrieb Mike Looijmans : > > Found that the cause is "inherit cpan-base", this hardcodes "perl" into the > package. > > I think this requires a split-up of cpan-base.bbclass into two parts, so that > one get obtain the perl version without

Re: [oe] Why does samba think it (R)DEPENDS on perl?

2015-12-30 Thread Mike Looijmans
Found that the cause is "inherit cpan-base", this hardcodes "perl" into the package. I think this requires a split-up of cpan-base.bbclass into two parts, so that one get obtain the perl version without adding these dependencies. On 30-12-15 11:34, Mike Looijmans wrote: When building the

[oe] Why does samba think it (R)DEPENDS on perl?

2015-12-30 Thread Mike Looijmans
When building the current version of samba, it builds perl and drags it into the image through an RDEPENDS. I've been researching this for a while, but failed to figure out what causes this runtime relation. Is there a way to find out where this is being "detected"? The workaround I