diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-27 12:16:21 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-30 22:40:52 +0100 |
| commit | 267b2f26e59b313b1999bccfe4f259d11005f8a8 (patch) | |
| tree | 8ecd4284313c5fecd09a91519b227db7d1350d8c /meta/classes | |
| parent | dcce395782ae9adf9554892f1e5cba01f15320b1 (diff) | |
| download | poky-267b2f26e59b313b1999bccfe4f259d11005f8a8.tar.gz | |
pigz: Add debug for autobuilder errors
(From OE-Core rev: b08976456c8ab7f29efd83644ce42746c0d6501b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index cd223a121e..70babb3812 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
| @@ -237,7 +237,7 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst | |||
| 237 | d.setVar('PACKAGES', ' '.join(packages)) | 237 | d.setVar('PACKAGES', ' '.join(packages)) |
| 238 | return list(split_packages) | 238 | return list(split_packages) |
| 239 | 239 | ||
| 240 | PACKAGE_DEPENDS += "file-native" | 240 | PACKAGE_DEPENDS += "file-native pigz-native" |
| 241 | 241 | ||
| 242 | python () { | 242 | python () { |
| 243 | if d.getVar('PACKAGES') != '': | 243 | if d.getVar('PACKAGES') != '': |
