1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

Revert "pigz: Add debug for autobuilder errors"

This reverts commit b08976456c8ab7f29efd83644ce42746c0d6501b.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-06-30 23:33:12 +01:00
parent 99206cb7b4
commit bc5f6725af
3 changed files with 2 additions and 192 deletions
+1 -1
View File
@@ -238,7 +238,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 pigz-native"
PACKAGE_DEPENDS += "file-native"
python () {
if d.getVar('PACKAGES') != '':