package.bbclass: Fix typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2550 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-24 10:59:50 +00:00
parent 170e7e1a08
commit d475a771eb
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ addtask package before do_build after do_install
do_package_write () {
:
}
addtask do_package_write before do_build after do_package
addtask package_write before do_build after do_package
EXPORT_FUNCTIONS do_package do_package_write