mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
chipsec: Fix QA Warnings
ERROR: chipsec-1.9.1-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/chipsec/helper/linux/chipsec.ko in package chipsec contains reference to TMPDIR [buildpaths] ERROR: chipsec-1.9.1-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/chipsec/helper/linux/.debug/chipsec.ko in package chipsec-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -24,6 +24,9 @@ do_compile:append() {
|
||||
}
|
||||
|
||||
do_install:append() {
|
||||
sed -i -e 's#${S}##g' ${S}/drivers/linux/chipsec.ko
|
||||
sed -i -e 's#${STAGING_KERNEL_BUILDDIR}##g' ${S}/drivers/linux/chipsec.ko
|
||||
sed -i -e 's#${STAGING_KERNEL_DIR}##g' ${S}/drivers/linux/chipsec.ko
|
||||
install -m 0644 ${S}/drivers/linux/chipsec.ko ${D}${PYTHON_SITEPACKAGES_DIR}/chipsec/helper/linux
|
||||
}
|
||||
|
||||
@@ -32,3 +35,4 @@ COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
FILES:${PN} += "${exec_prefix}"
|
||||
|
||||
RDEPENDS:${PN} = "python3 python3-modules"
|
||||
INSANE_SKIP:${PN} = "already-stripped"
|
||||
|
||||
Reference in New Issue
Block a user