Home
last modified time | relevance | path

Searched refs:brname (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/utils/
H A Dscancpan695 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…
[all …]
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua28 local function brname (name) function
148 local ucname = brname(lcname)
168 f:write('\tselect BR2_PACKAGE_' .. brname(external_dependencies[i]) .. '\n')
171 f:write('\tselect BR2_PACKAGE_' .. brname(dependencies[i]) .. ' # runtime\n')
188 local ucname = brname(lcname)
277 local ucname = brname(lcname)
320 local fsname = args.brname or rockname