]> code.ossystems Code Review - openembedded-core.git/commit
classes/license: fix manifest to work with deb
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 5 Jul 2012 14:48:23 +0000 (15:48 +0100)
committerScott Garman <scott.a.garman@intel.com>
Fri, 10 Aug 2012 16:27:00 +0000 (09:27 -0700)
commit6ffd958ff2f7f1d07ab9da5ca8db1727dd074980
treecd318547da94358813aa82856e4020dc22992a30
parent07b9c3bc67439d47627fe256796465520b533753
classes/license: fix manifest to work with deb

Prepend the license manifest creation call to ROOTFS_POSTPROCESS_COMMAND
instead of appending to ROOTFS_POSTINSTALL_COMMAND. The latter is not
implemented for the deb backend (and probably ought to just be removed
completely), and by using _prepend we can still ensure it occurs before
package info is removed (and before buildhistory in case it is needed
there in future).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/license.bbclass