diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-29 15:14:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 15:14:05 +0000 |
commit | 2dc275c3ca35283300a1b73dbc5fbafa62d9db68 (patch) | |
tree | 51c1ed15d340d2c9a895046a2492e8e9e5be1432 /meta/classes/package.bbclass | |
parent | 5f59db5007a202f32c9a2fb31128ed33bec9fd90 (diff) | |
download | poky-2dc275c3ca35283300a1b73dbc5fbafa62d9db68.tar.gz |
package.bbclass: Add fakeroot-native as a PACKAGE_DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@985 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/package.bbclass')
-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! |