diff options
Diffstat (limited to 'openembedded/classes/package.bbclass')
| -rw-r--r-- | openembedded/classes/package.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/classes/package.bbclass b/openembedded/classes/package.bbclass index fd8d1b7b09..03a533d59a 100644 --- a/openembedded/classes/package.bbclass +++ b/openembedded/classes/package.bbclass | |||
| @@ -84,8 +84,8 @@ def do_split_packages(d, root, file_regex, output_pattern, description, postinst | |||
| 84 | # Function to strip a single file, called from RUNSTRIP below | 84 | # Function to strip a single file, called from RUNSTRIP below |
| 85 | # A working 'file' (one which works on the target architecture) | 85 | # A working 'file' (one which works on the target architecture) |
| 86 | # is necessary for this stuff to work. | 86 | # is necessary for this stuff to work. |
| 87 | PACKAGE_DEPENDS ?= "file-native" | 87 | #PACKAGE_DEPENDS ?= "file-native" |
| 88 | DEPENDS_prepend =+ "${PACKAGE_DEPENDS} " | 88 | #DEPENDS_prepend =+ "${PACKAGE_DEPENDS} " |
| 89 | #FIXME: this should be "" when any errors are gone! | 89 | #FIXME: this should be "" when any errors are gone! |
| 90 | IGNORE_STRIP_ERRORS ?= "1" | 90 | IGNORE_STRIP_ERRORS ?= "1" |
| 91 | 91 | ||
