mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-12-14 14:36:02 +01:00
audiomanager: Remove invalid workaround
The custom do_qa_staging was originally a workaround in the upstream recipe. When we moved to warrior, the workaround didn't work due to a task rename. This problem was fixed by copying the workaround here. The primary workaround is long gone so remove this copy. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
7a37c3a9bd
commit
8b3b51847f
|
|
@ -1,11 +1,3 @@
|
|||
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
|
||||
|
||||
SRC_URI_append = " file://0001-audiomanager-Workaround-to-pass-the-configure-error.patch"
|
||||
|
||||
# replace function in poky/meta/classes/insane.bbclass
|
||||
python do_qa_staging() {
|
||||
bb.note("[workaround] QA checking staging")
|
||||
|
||||
if not qa_check_staged(d.expand('${SYSROOT_DESTDIR}${STAGING_LIBDIR}'), d):
|
||||
bb.fatal("QA staging was broken by the package built above")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user