summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_ipk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-09-22 15:46:35 +0000
committerRichard Purdie <richard@openedhand.com>2006-09-22 15:46:35 +0000
commita45581c29fc62f92c34f4e8bf843d732dbee13aa (patch)
treef20c9beafde7b04b9dab69b412271b3aa1fde52b /meta/classes/rootfs_ipk.bbclass
parent7aceb0063b06e65e4780b1b7f95ea12c105698ee (diff)
downloadpoky-a45581c29fc62f92c34f4e8bf843d732dbee13aa.tar.gz
rootfs_ipk.bbclass: Fix function names and exports
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@745 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-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 e494666068..600ec31ce9 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -113,7 +113,7 @@ log_check() {
113 113
114} 114}
115 115
116fakeroot do_rootfs () { 116fakeroot rootfs_ipk_do_rootfs () {
117 rm -rf ${IMAGE_ROOTFS} 117 rm -rf ${IMAGE_ROOTFS}
118 real_do_rootfs 118 real_do_rootfs
119} 119}
@@ -140,6 +140,6 @@ remove_init_link () {
140} 140}
141 141
142# export the zap_root_password, create_etc_timestamp and remote_init_link 142# export the zap_root_password, create_etc_timestamp and remote_init_link
143EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link 143EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link do_rootfs
144 144
145addtask rootfs before do_build after do_install 145addtask rootfs before do_build after do_install