diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-08 21:06:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-08 21:06:47 +0000 |
commit | b30afa242b13e84585501cd0f0171a8cafb0bac3 (patch) | |
tree | 37900a90b8881ce0499ad1eacdf723cee43fa5ba | |
parent | fb61dc1430f81ae2ee59766ffab8404fd79ff1b1 (diff) | |
download | ast2050-yocto-poky-b30afa242b13e84585501cd0f0171a8cafb0bac3.zip ast2050-yocto-poky-b30afa242b13e84585501cd0f0171a8cafb0bac3.tar.gz |
rootfs_ipk.bbclass: Fix typo, whitespace
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1124 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 8929b73..28296a7 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass @@ -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 } |