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
This commit is contained in:
Richard Purdie 2006-09-22 15:46:35 +00:00
parent 7aceb0063b
commit a45581c29f
1 changed files with 2 additions and 2 deletions

View 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