mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
pigz: Add debug for autobuilder errors
(From OE-Core rev: b08976456c8ab7f29efd83644ce42746c0d6501b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -237,7 +237,7 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst
|
||||
d.setVar('PACKAGES', ' '.join(packages))
|
||||
return list(split_packages)
|
||||
|
||||
PACKAGE_DEPENDS += "file-native"
|
||||
PACKAGE_DEPENDS += "file-native pigz-native"
|
||||
|
||||
python () {
|
||||
if d.getVar('PACKAGES') != '':
|
||||
|
||||
Reference in New Issue
Block a user