meta-intel/common: Added do_unpack_append() to Calgary Corpus recipe

Added do_unpack_append() to fix issue caused by "patches" folder
that is auto-generated in do_unpack() step. Fix the issue by removing
"patches" folder in the calgary corpus tarball.

Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com>
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Chan Wei Sern 2014-05-13 01:58:00 +08:00 committed by Tom Zanussi
parent fc7b8947c9
commit 1706db5d06

View File

@ -17,6 +17,11 @@ do_unpack () {
tar -xf ${DL_DIR}/calgary.tar.gz -C ${WORKDIR}/corpus
}
do_unpack_append () {
rm -rf ${WORKDIR}/corpus/patches
}
FILES_${PN} = "/lib/firmware/*"
do_install () {