libhugetlbfs: Fix contains reference to TMPDIR [buildpaths] error

ERROR: libhugetlbfs-1_2.24-r0 do_package_qa: QA Issue: File /usr/lib/libhugetlbfs/tests/obj64/dummy.ldscript in package libhugetlbfs-tests contains reference to TMPDIR [buildpaths]
ERROR: libhugetlbfs-1_2.24-r0 do_package_qa: Fatal QA errors were found, failing task.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak 2024-10-09 18:54:49 +03:00 committed by Khem Raj
parent dc84a9e699
commit 1c346f1829
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -71,6 +71,7 @@ do_install() {
sed -i \
-e 's|${RECIPE_SYSROOT_NATIVE}||g' \
-e 's|${RECIPE_SYSROOT}||g' \
-e 's|${S}||g' \
`find ${D}${libdir}/libhugetlbfs/tests -name dummy.ldscript`
}