[oe] [PATCH 1/4] RDEPENDS -> RDEPENDS_${PN}

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Fri Oct 8 09:55:23 UTC 2010


2010/10/8 Frans Meulenbroeks <fransmeulenbroeks at gmail.com>:
> 2010/10/6 Frans Meulenbroeks <fransmeulenbroeks at gmail.com>:
>> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
>> ---
>>  classes/cpan-base.bbclass |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/classes/cpan-base.bbclass b/classes/cpan-base.bbclass
>> index 379defa..a04f61c 100644
>> --- a/classes/cpan-base.bbclass
>> +++ b/classes/cpan-base.bbclass
>> @@ -5,7 +5,7 @@
>>  FILES_${PN} += "${libdir}/perl5 ${datadir}/perl5"
>>
>>  DEPENDS  += "${@["perl", "perl-native"][(bb.data.inherits_class('native', d))]}"
>> -RDEPENDS  += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
>> +RDEPENDS_${PN}  += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
>>
>>  # Determine the staged version of perl from the perl configuration file
>>  def get_perl_version(d):
>
>
> Aargh. Accidently pushed this patch yesterday with another one.
> Thought I'd removed it from my git, but apparently it wasn't.
> Propose to keep it like that (and no revert). Let me know if a PR bump
> of recipes inheriting this is needed.
>
> Frans.
>
Patches applied after getting a 2nd ack from Martin on irc so this
gets into the next testing branch.
If PR bumps are needed they can still be applied (let me know)

Frans




More information about the Openembedded-devel mailing list