1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

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 -1
View File
@@ -900,7 +900,7 @@ addtask package before do_build after do_install
do_package_write () { 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 EXPORT_FUNCTIONS do_package do_package_write