diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-06 12:10:08 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:01:50 +0100 |
commit | 48989d3021b3a50ffecc243eb447fe715d524b7d (patch) | |
tree | f2f2c29de25e600b082f5569e25337d21f19a785 | |
parent | d942d2220ca283613e426854ea0fc8a18c3fc262 (diff) | |
download | poky-48989d3021b3a50ffecc243eb447fe715d524b7d.tar.gz |
Remove remnants of deleted "do_package_write" task.
As the do_package_write() task is listed as deleted, remove the few
remaining references.
(From OE-Core rev: 201d572ab5c57cda1b332356a3b7711bc346696e)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/documentation.conf | 1 | ||||
-rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 1 | ||||
-rw-r--r-- | meta/recipes-core/meta/package-index.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index eb36de0caa..7cf4476a14 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
@@ -33,7 +33,6 @@ do_listtasks[doc] = "Lists all defined tasks for a target" | |||
33 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" | 33 | do_menuconfig[doc] = "Runs 'make menuconfig' for the kernel" |
34 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" | 34 | do_package[doc] = "Analyzes the content of the holding area and splits it into subsets based on available packages and files" |
35 | do_package_index[doc] = "Creates or updates the index in the Package Feed area" | 35 | do_package_index[doc] = "Creates or updates the index in the Package Feed area" |
36 | do_package_write[doc] = "Creates the actual packages and places them in the Package Feed area" | ||
37 | do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed area" | 36 | do_package_write_deb[doc] = "Creates the actual DEB packages and places them in the Package Feed area" |
38 | do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed area" | 37 | do_package_write_ipk[doc] = "Creates the actual IPK packages and places them in the Package Feed area" |
39 | do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed area" | 38 | do_package_write_rpm[doc] = "Creates the actual RPM packages and places them in the Package Feed area" |
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 03cad6ed69..2f92912816 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb | |||
@@ -14,5 +14,4 @@ do_populate_ide_support () { | |||
14 | } | 14 | } |
15 | 15 | ||
16 | do_populate_ide_support[nostamp] = "1" | 16 | do_populate_ide_support[nostamp] = "1" |
17 | do_populate_ide_support[recrdeptask] = "do_package_write" | ||
18 | addtask populate_ide_support before do_build after do_install | 17 | addtask populate_ide_support before do_build after do_install |
diff --git a/meta/recipes-core/meta/package-index.bb b/meta/recipes-core/meta/package-index.bb index 27b6d8ea9f..3c46b49977 100644 --- a/meta/recipes-core/meta/package-index.bb +++ b/meta/recipes-core/meta/package-index.bb | |||
@@ -12,7 +12,6 @@ do_compile[noexec] = "1" | |||
12 | do_install[noexec] = "1" | 12 | do_install[noexec] = "1" |
13 | do_package[noexec] = "1" | 13 | do_package[noexec] = "1" |
14 | do_packagedata[noexec] = "1" | 14 | do_packagedata[noexec] = "1" |
15 | do_package_write[noexec] = "1" | ||
16 | do_package_write_ipk[noexec] = "1" | 15 | do_package_write_ipk[noexec] = "1" |
17 | do_package_write_rpm[noexec] = "1" | 16 | do_package_write_rpm[noexec] = "1" |
18 | do_package_write_deb[noexec] = "1" | 17 | do_package_write_deb[noexec] = "1" |
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 6a63e79e9f..a90a2b4afd 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb | |||
@@ -86,7 +86,6 @@ do_configure[noexec] = "1" | |||
86 | do_compile[noexec] = "1" | 86 | do_compile[noexec] = "1" |
87 | do_package[noexec] = "1" | 87 | do_package[noexec] = "1" |
88 | do_packagedata[noexec] = "1" | 88 | do_packagedata[noexec] = "1" |
89 | do_package_write[noexec] = "1" | ||
90 | do_package_write_ipk[noexec] = "1" | 89 | do_package_write_ipk[noexec] = "1" |
91 | do_package_write_rpm[noexec] = "1" | 90 | do_package_write_rpm[noexec] = "1" |
92 | do_package_write_deb[noexec] = "1" | 91 | do_package_write_deb[noexec] = "1" |