mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build-buildroot get rid of PERL_MM_OPT for Ubuntu 20.04, yada yada yada
This commit is contained in:
@@ -153,7 +153,7 @@ files on the root filesystem.
|
|||||||
extra_make_args
|
extra_make_args
|
||||||
,
|
,
|
||||||
out_file=os.path.join(self.env['buildroot_build_dir'], self.env['repo_short_id'] + '.log'),
|
out_file=os.path.join(self.env['buildroot_build_dir'], self.env['repo_short_id'] + '.log'),
|
||||||
delete_env=['LD_LIBRARY_PATH'],
|
delete_env=['LD_LIBRARY_PATH', 'PERL_MM_OPT'],
|
||||||
cwd=self.env['buildroot_source_dir'],
|
cwd=self.env['buildroot_source_dir'],
|
||||||
)
|
)
|
||||||
# Create the qcow2 from ext2.
|
# Create the qcow2 from ext2.
|
||||||
|
|||||||
Reference in New Issue
Block a user