mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:23:14 +00:00
log4cpp: Fix buildpaths QA error
Fixes do_package_qa: QA Issue: File /usr/bin/log4cpp-config in package log4cpp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 78a69186be5db3f6995101e0f94a1d11e1155421) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
76f14368a0
commit
1d097c8c4f
@ -20,3 +20,7 @@ EXTRA_OECONF = "\
|
||||
"
|
||||
|
||||
CXXFLAGS += "-std=c++14"
|
||||
|
||||
do_install:append() {
|
||||
sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${bindir}/log4cpp-config
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user