mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user