rootfs_ipk.bbclass: Fix typo, whitespace

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1124 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-01-08 21:06:47 +00:00
parent fb61dc1430
commit b30afa242b
1 changed files with 2 additions and 2 deletions

View 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
}