]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove remnants of deleted "do_package_write" task.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 6 Aug 2014 16:10:08 +0000 (12:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Aug 2014 09:56:24 +0000 (10:56 +0100)
As the do_package_write() task is listed as deleted, remove the few
remaining references.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/documentation.conf
meta/recipes-core/meta/meta-ide-support.bb
meta/recipes-core/meta/package-index.bb
meta/recipes-devtools/installer/adt-installer_1.0.bb

index eb36de0caae3b40e521350bb7abc61f91065eeb6..7cf4476a14fd13ad099e20aaf87e20cc4b8266b6 100644 (file)
@@ -33,7 +33,6 @@ do_listtasks[doc] = "Lists all defined tasks for a target"
 do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel"
 do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files"
 do_package_index[doc] = "Creates or updates the index in the Package Feed area"
-do_package_write[doc] = "Creates the actual packages and places them in the Package Feed area"
 do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed area"
 do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed area"
 do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed area"
index 03cad6ed695775d48f65431f47882a8c5d2843a9..2f9291281653924161f560c5c4cd4db1e545c2c5 100644 (file)
@@ -14,5 +14,4 @@ do_populate_ide_support () {
 }
 
 do_populate_ide_support[nostamp] = "1"
-do_populate_ide_support[recrdeptask] = "do_package_write"
 addtask populate_ide_support before do_build after do_install
index 27b6d8ea9f94f8398cce443010c151547fd342a5..3c46b4997707bc44a8d3d66a4d60cf7ee8465335 100644 (file)
@@ -12,7 +12,6 @@ do_compile[noexec] = "1"
 do_install[noexec] = "1"
 do_package[noexec] = "1"
 do_packagedata[noexec] = "1"
-do_package_write[noexec] = "1"
 do_package_write_ipk[noexec] = "1"
 do_package_write_rpm[noexec] = "1"
 do_package_write_deb[noexec] = "1"
index 6a63e79e9f190a456597651af4495fdfe38f9c34..a90a2b4afd1794cf91ea50a1a55d193b2a1f5642 100644 (file)
@@ -86,7 +86,6 @@ do_configure[noexec] = "1"
 do_compile[noexec] = "1"
 do_package[noexec] = "1"
 do_packagedata[noexec] = "1"
-do_package_write[noexec] = "1"
 do_package_write_ipk[noexec] = "1"
 do_package_write_rpm[noexec] = "1"
 do_package_write_deb[noexec] = "1"