]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_ipk.bbclass: Some extra spaces / tabs were removed / formated
authorAndrei Gherzan <andrei@gherzan.ro>
Sun, 21 Oct 2012 15:40:43 +0000 (18:40 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Oct 2012 11:27:14 +0000 (12:27 +0100)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rootfs_ipk.bbclass

index 25f15eef569f3282ac245d69a5506a1dd847012f..f69cc0e5ad1a86aab3e60916771e8e203f8259e7 100644 (file)
@@ -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() {