]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_ipk.bbclass: Fix function names and exports
authorRichard Purdie <richard@openedhand.com>
Fri, 22 Sep 2006 15:46:35 +0000 (15:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 22 Sep 2006 15:46:35 +0000 (15:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@745 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/rootfs_ipk.bbclass

index e4946660685ad64cca4109b212188d343356b507..600ec31ce9482cc1316d5c0752c4e6e7c7e7cee1 100644 (file)
@@ -113,7 +113,7 @@ log_check() {
        
 }
 
-fakeroot do_rootfs () {
+fakeroot rootfs_ipk_do_rootfs () {
        rm -rf ${IMAGE_ROOTFS}
        real_do_rootfs
 }
@@ -140,6 +140,6 @@ remove_init_link () {
 }
 
 # export the zap_root_password, create_etc_timestamp and remote_init_link
-EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link
+EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link do_rootfs
 
 addtask rootfs before do_build after do_install