meta-tizen: Copy manifest file into ${PKGDEST}
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Oct 2014 14:21:18 +0000 (16:21 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:23:23 +0000 (09:23 -0800)
commit4665521f7dc4acb93727070ed86fb4fa904b27b4
tree7926ad1ab7faf433d5ba1e2c0ebf594d2fea3915
parentce311bde4f9a20c57c23cf52410b30c45294c602
meta-tizen: Copy manifest file into ${PKGDEST}

If running do_package_write_rpm with a build from sstate, it can rely on
the output of do_package being present, it cannot rely on the presence
of ${S} any longer. This patch copyies the manifests into ${PKGDEST}
which is stored output of do_package and hence preserved, fixing the
build failure you'd otherwise see if you force a build of
do_package_write_rpm from sstate.

[kevin.thierry: add manifest.bbclass to automatically copy the manifest
when a recipe inherits manifest.]

Bug-Tizen: BTY-59
Change-Id: I34f6d3ec53e40d64958da8587501380e47121729
(From meta-tizen rev: 95c48e25e84928be56c9db4267ef6f00fd887af5)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/classes/manifest.bbclass [new file with mode: 0644]
meta-tizen/classes/metatizen.bbclass