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 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:
parent
fc7b8947c9
commit
1706db5d06
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user