mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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:
@@ -113,7 +113,7 @@ log_check() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fakeroot do_rootfs () {
|
fakeroot rootfs_ipk_do_rootfs () {
|
||||||
rm -rf ${IMAGE_ROOTFS}
|
rm -rf ${IMAGE_ROOTFS}
|
||||||
real_do_rootfs
|
real_do_rootfs
|
||||||
}
|
}
|
||||||
@@ -140,6 +140,6 @@ remove_init_link () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# export the zap_root_password, create_etc_timestamp and remote_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
|
addtask rootfs before do_build after do_install
|
||||||
|
|||||||
Reference in New Issue
Block a user