[oe-commits] [openembedded-core] 07/23: image.bbclass: add DEB_{PRE, POST}PROCESS_COMMANDS to rootfs_command_variables list

git at git.openembedded.org git at git.openembedded.org
Thu Apr 14 09:59:13 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit e951a8970b456de71f6596f061211a48adce3e3a
Author: Bill Randle <william.c.randle at intel.com>
AuthorDate: Tue Apr 12 15:10:52 2016 -0700

    image.bbclass: add DEB_{PRE, POST}PROCESS_COMMANDS to rootfs_command_variables list
    
    Remove duplicate ROOTFS_POSTPROCESS_COMMAND in the rootfs_command_variables list.
    Add DEB_PREPROCESS_COMMANDS and DEB_POSTPROCESS_COMMANDS to rootfs_command_variables
    list for consistency with the RPM_ and OPKG_ versions of those variables.
    Note: the package manager specific pre and post process commands
    may removed entirely in Yocto 2.2 or later.
    
    Signed-off-by: Bill Randle <william.c.randle at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/image.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 039feec..f471f1a 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -103,7 +103,7 @@ do_rootfs[recrdeptask] += "do_packagedata"
 
 def rootfs_command_variables(d):
     return ['ROOTFS_POSTPROCESS_COMMAND','ROOTFS_PREPROCESS_COMMAND','ROOTFS_POSTINSTALL_COMMAND','ROOTFS_POSTUNINSTALL_COMMAND','OPKG_PREPROCESS_COMMANDS','OPKG_POSTPROCESS_COMMANDS','IMAGE_POSTPROCESS_COMMAND',
-            'IMAGE_PREPROCESS_COMMAND','ROOTFS_POSTPROCESS_COMMAND','RPM_PREPROCESS_COMMANDS','RPM_POSTPROCESS_COMMANDS']
+            'IMAGE_PREPROCESS_COMMAND','RPM_PREPROCESS_COMMANDS','RPM_POSTPROCESS_COMMANDS','DEB_PREPROCESS_COMMANDS','DEB_POSTPROCESS_COMMANDS']
 
 python () {
     variables = rootfs_command_variables(d) + sdk_command_variables(d)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list