[OE-core] [PATCH 13/38] gnu-config: add perl to RDEPENDS_gnu-config

Robert Yang liezhi.yang at windriver.com
Wed Jul 16 03:01:26 UTC 2014



On 07/15/2014 11:40 PM, Khem Raj wrote:
> On Tue, Jul 15, 2014 at 7:19 AM, Robert Yang <liezhi.yang at windriver.com> wrote:
>> Perl script:
>> gnu-config/usr/bin/gnu-configize
>
> will it impact native recipes too ?

Yes, it will, thanks, update it to target only in the git repo,

RDEPENDS_${PN}_class-target += "perl"

// Robert

>
>>
>> [YOCTO #1662]
>>
>> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
>> ---
>>   .../gnu-config/gnu-config_20120814.bb              |    2 ++
>>   meta/recipes-devtools/gnu-config/gnu-config_git.bb |    2 ++
>>   2 files changed, 4 insertions(+)
>>
>> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
>> index d67466a..af4afd6 100644
>> --- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
>> +++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb
>> @@ -17,6 +17,8 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV
>>   SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094"
>>   SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b"
>>
>> +RDEPENDS_${PN} += "perl"
>> +
>>   do_compile() {
>>          :
>>   }
>> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
>> index 00fa759..d1b0a59 100644
>> --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb
>> +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb
>> @@ -17,6 +17,8 @@ SRC_URI = "git://git.sv.gnu.org/config.git \
>>
>>   S = "${WORKDIR}/git"
>>
>> +RDEPENDS_${PN} += "perl"
>> +
>>   do_compile() {
>>          :
>>   }
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>



More information about the Openembedded-core mailing list