diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-21 18:40:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-23 12:28:33 +0100 |
commit | 8255558613883aa5dcfba63bab20c283a242a166 (patch) | |
tree | 69d573b127d7d78799e93be7a1c9ba431460dae7 /meta/classes | |
parent | e7f1ec945bacb189446b0dc79272cabe24dd79e0 (diff) | |
download | poky-8255558613883aa5dcfba63bab20c283a242a166.tar.gz |
rootfs_ipk.bbclass: Some extra spaces / tabs were removed / formated
(From OE-Core rev: 414822d2caec720319c026324edd59234d0134ff)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 25f15eef56..f69cc0e5ad 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -115,7 +115,7 @@ fakeroot rootfs_ipk_do_rootfs () { | |||
115 | fi | 115 | fi |
116 | fi | 116 | fi |
117 | set +x | 117 | set +x |
118 | log_check rootfs | 118 | log_check rootfs |
119 | } | 119 | } |
120 | 120 | ||
121 | rootfs_ipk_write_manifest() { | 121 | rootfs_ipk_write_manifest() { |
@@ -134,8 +134,8 @@ rootfs_ipk_write_manifest() { | |||
134 | 134 | ||
135 | remove_packaging_data_files() { | 135 | remove_packaging_data_files() { |
136 | rm -rf ${IMAGE_ROOTFS}${opkglibdir} | 136 | rm -rf ${IMAGE_ROOTFS}${opkglibdir} |
137 | # We need the directory for the package manager lock | 137 | # We need the directory for the package manager lock |
138 | mkdir ${IMAGE_ROOTFS}${opkglibdir} | 138 | mkdir ${IMAGE_ROOTFS}${opkglibdir} |
139 | } | 139 | } |
140 | 140 | ||
141 | list_installed_packages() { | 141 | list_installed_packages() { |