]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_ipk.bbclass: Fix typo, whitespace
authorRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:06:47 +0000 (21:06 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 21:06:47 +0000 (21:06 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1124 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_ipk.bbclass

index 8929b736ffd9e2a2e863e4a3c16a902dce6d67a8..28296a7e8616319ce4ad7d4002c48c0ccdffa92c 100644 (file)
@@ -2,7 +2,7 @@
 # Creates a root filesystem out of IPKs
 #
 # This rootfs can be mounted via root-nfs or it can be put into an cramfs/jffs etc.
-# See image_ipk.oeclass for a usage of this.
+# See image.bbclass for a usage of this.
 #
 
 DEPENDS_prepend="ipkg-native ipkg-utils-native fakeroot-native "
@@ -80,5 +80,5 @@ rootfs_ipk_log_check() {
                fi
        done
        test "$do_exit" = 1 && exit 1
-        true                                   
+       true
 }