Lines Matching refs:brname
695 sub brname { subroutine
725 my $brname = brname( $fsname );
727 my $testname = $testdir . q{/test_} . lc $brname . q{.py};
739 say {$fh} qq{config BR2_PACKAGE_${brname}};
743 my $brdep = brname( fsname( $dep ) );
786 say {$fh} qq{${brname}_VERSION = ${version}};
787 say {$fh} qq{${brname}_SOURCE = ${distname}-\$(${brname}_VERSION).${suffix}};
788 say {$fh} qq{${brname}_SITE = \$(BR2_CPAN_MIRROR)${directories}};
789 …say {$fh} qq{${brname}_DEPENDENCIES = ${dependencies}} if $need_target{$distname} && $dependencies;
790 …say {$fh} qq{HOST_${brname}_DEPENDENCIES = ${host_dependencies}} if $need_host{$distname} && $host…
791 say {$fh} qq{${brname}_LICENSE = ${license}} if $license;
792 say {$fh} qq{${brname}_LICENSE_FILES = ${license_files}} if $license_files;
793 say {$fh} qq{${brname}_DISTNAME = ${distname}};
853 say {$fh} qq{ BR2_PACKAGE_${brname}=y};