summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/rootfs_ipk.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass
index 8929b736ff..28296a7e86 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -2,7 +2,7 @@
2# Creates a root filesystem out of IPKs 2# Creates a root filesystem out of IPKs
3# 3#
4# This rootfs can be mounted via root-nfs or it can be put into an cramfs/jffs etc. 4# This rootfs can be mounted via root-nfs or it can be put into an cramfs/jffs etc.
5# See image_ipk.oeclass for a usage of this. 5# See image.bbclass for a usage of this.
6# 6#
7 7
8DEPENDS_prepend="ipkg-native ipkg-utils-native fakeroot-native " 8DEPENDS_prepend="ipkg-native ipkg-utils-native fakeroot-native "
@@ -80,5 +80,5 @@ rootfs_ipk_log_check() {
80 fi 80 fi
81 done 81 done
82 test "$do_exit" = 1 && exit 1 82 test "$do_exit" = 1 && exit 1
83 true 83 true
84} 84}