mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
1706db5d06
commit
84854a77ab
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user