mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user