[oe] [meta-perl][PATCH 1/2] libsub-exporter-progressive-perl: Replace DEPENDS_PN with DEPENDS

Khem Raj raj.khem at gmail.com
Sat Aug 3 12:16:29 UTC 2019


Yes, you are right. I already fixed it locally will send v2 soon

On Sat, Aug 3, 2019 at 3:11 AM Martin Jansa <martin.jansa at gmail.com> wrote:

> Shouldn't this one be rather RDEPENDS_${PN}?
>
> It was building without this build time dependency before and it's not
> -native, so I guess it was rather typo in runtime dependency?
>
> On Sat, Aug 3, 2019 at 3:11 AM Khem Raj <raj.khem at gmail.com> wrote:
>
>> Fixes
>> libsub-exporter-progressive-perl_0.001013.bb: QA Issue: recipe uses
>> DEPENDS_${PN}, should use DEPENDS [pkgvarcheck]
>>
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>> ---
>>  .../libsub/libsub-exporter-progressive-perl_0.001013.bb         | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-perl/recipes-perl/libsub/
>> libsub-exporter-progressive-perl_0.001013.bb
>> b/meta-perl/recipes-perl/libsub/
>> libsub-exporter-progressive-perl_0.001013.bb
>> index 64d19c0f1f..e484f4a7a0 100644
>> --- a/meta-perl/recipes-perl/libsub/
>> libsub-exporter-progressive-perl_0.001013.bb
>> +++ b/meta-perl/recipes-perl/libsub/
>> libsub-exporter-progressive-perl_0.001013.bb
>> @@ -13,7 +13,7 @@ HOMEPAGE = "
>> https://metacpan.org/pod/Sub-Exporter-Progressive/"
>>  LICENSE = "Artistic-1.0 | GPL-1.0+"
>>  LIC_FILES_CHKSUM = "file://LICENSE;md5=003fa970662359a43ac2c2961108b0f1"
>>
>> -DEPENDS_${PN} = " perl-module-test-more"
>> +DEPENDS += " perl-module-test-more"
>>
>>  SRC_URI =
>> "${CPAN_MIRROR}/authors/id/F/FR/FREW/Sub-Exporter-Progressive-${PV}.tar.gz"
>>  SRC_URI[md5sum] = "72cf6acdd2a0a8b105821a4db98e4ebe"
>> --
>> 2.22.0
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>


More information about the Openembedded-devel mailing list