meta-intel/common: Added do_unpack_append() to Canterbury 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 canterbury 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 02:13:09 +08:00 committed by Tom Zanussi
parent 1706db5d06
commit 84854a77ab

View File

@ -30,6 +30,10 @@ do_unpack () {
tar -xf ${DL_DIR}/cantrbry.tar.gz -C ${S}
}
do_unpack_append () {
rm -rf ${S}/patches
}
FILES_${PN} = "/lib/firmware/*"
do_install () {