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:
Richard Purdie
2019-06-27 12:16:21 +01:00
parent dcce395782
commit 267b2f26e5
3 changed files with 192 additions and 2 deletions

View File

@@ -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') != '':