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:27:14 +0100 |
commit | 414822d2caec720319c026324edd59234d0134ff (patch) | |
tree | 6eb0591063a01327d7b11824386d613834a94373 | |
parent | 1f3300766b827ed73daaa01572017775305105b2 (diff) | |
download | openembedded-core-414822d2caec720319c026324edd59234d0134ff.tar.gz openembedded-core-414822d2caec720319c026324edd59234d0134ff.tar.bz2 openembedded-core-414822d2caec720319c026324edd59234d0134ff.zip |
rootfs_ipk.bbclass: Some extra spaces / tabs were removed / formated
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 () { fi fi set +x - log_check rootfs + log_check rootfs } rootfs_ipk_write_manifest() { @@ -134,8 +134,8 @@ rootfs_ipk_write_manifest() { remove_packaging_data_files() { rm -rf ${IMAGE_ROOTFS}${opkglibdir} - # We need the directory for the package manager lock - mkdir ${IMAGE_ROOTFS}${opkglibdir} + # We need the directory for the package manager lock + mkdir ${IMAGE_ROOTFS}${opkglibdir} } list_installed_packages() { |