diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-09-22 15:46:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-09-22 15:46:35 +0000 |
| commit | a45581c29fc62f92c34f4e8bf843d732dbee13aa (patch) | |
| tree | f20c9beafde7b04b9dab69b412271b3aa1fde52b | |
| parent | 7aceb0063b06e65e4780b1b7f95ea12c105698ee (diff) | |
| download | poky-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
| -rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 4 |
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 | ||
| 116 | fakeroot do_rootfs () { | 116 | fakeroot 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 |
| 143 | EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link | 143 | EXPORT_FUNCTIONS zap_root_password create_etc_timestamp remove_init_link do_rootfs |
| 144 | 144 | ||
| 145 | addtask rootfs before do_build after do_install | 145 | addtask rootfs before do_build after do_install |
