Copy manifest file into ${PKGDEST} 47/29347/1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Oct 2014 14:21:18 +0000 (16:21 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Fri, 24 Oct 2014 14:32:11 +0000 (16:32 +0200)
commit95c48e25e84928be56c9db4267ef6f00fd887af5
tree3a53317171cbca66e15b21f9ca010572fe50cdc0
parent4c99e161305f3e4b0ca82700429ed94d4c782469
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
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
classes/manifest.bbclass [new file with mode: 0644]
classes/metatizen.bbclass