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:
Tom Hochstein 2020-07-06 08:32:28 -05:00
parent 7a37c3a9bd
commit 8b3b51847f

View File

@ -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")
}