diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/package.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index d56e8b51f8..3d56ca11b6 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -116,8 +116,8 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst | |||
116 | 116 | ||
117 | bb.data.setVar('PACKAGES', ' '.join(packages), d) | 117 | bb.data.setVar('PACKAGES', ' '.join(packages), d) |
118 | 118 | ||
119 | #PACKAGE_DEPENDS ?= "file-native" | 119 | PACKAGE_DEPENDS ?= "file-native fakeroot-native" |
120 | #DEPENDS_prepend =+ "${PACKAGE_DEPENDS} " | 120 | DEPENDS_prepend =+ "${PACKAGE_DEPENDS} " |
121 | # file(1) output to match to consider a file an unstripped executable | 121 | # file(1) output to match to consider a file an unstripped executable |
122 | FILE_UNSTRIPPED_MATCH ?= "not stripped" | 122 | FILE_UNSTRIPPED_MATCH ?= "not stripped" |
123 | #FIXME: this should be "" when any errors are gone! | 123 | #FIXME: this should be "" when any errors are gone! |