diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-21 16:44:03 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-22 09:10:56 -0700 |
| commit | f00a3f153a0b2a1bd9e77f24f857df12b41bcbba (patch) | |
| tree | 3620014d9c2d94b8702afe9339ba96c06b839aa0 | |
| parent | 348d636b401fc940a6f835ad2e2557e99b5044cb (diff) | |
| download | meta-openembedded-f00a3f153a0b2a1bd9e77f24f857df12b41bcbba.tar.gz | |
apache2: Scrub -ffile-prefix-map in build.nice file
Fixes
QA Issue: File /usr/libexec/apache2/build/config.nice in package apache2-dev contains reference to TMPDIR [buildpaths]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb index d4ae26d9c7..9ef8c13b79 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb +++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.63.bb | |||
| @@ -138,7 +138,7 @@ do_install:append:class-target() { | |||
| 138 | sed -i -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ | 138 | sed -i -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ |
| 139 | -e 's,${DEBUG_PREFIX_MAP},,g' \ | 139 | -e 's,${DEBUG_PREFIX_MAP},,g' \ |
| 140 | -e 's,${RECIPE_SYSROOT},,g' \ | 140 | -e 's,${RECIPE_SYSROOT},,g' \ |
| 141 | -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g' \ | 141 | -e 's,-fdebug-prefix-map[^ ]*,,g; s,-fmacro-prefix-map[^ ]*,,g; s,-ffile-prefix-map[^ ]*,,g' \ |
| 142 | -e 's,APU_INCLUDEDIR = .*,APU_INCLUDEDIR = ,g' \ | 142 | -e 's,APU_INCLUDEDIR = .*,APU_INCLUDEDIR = ,g' \ |
| 143 | -e 's,${WORKDIR}/recipe-sysroot/,,g' \ | 143 | -e 's,${WORKDIR}/recipe-sysroot/,,g' \ |
| 144 | -e 's,".*/configure","configure",g' ${D}${libexecdir}/${PN}/build/config.nice | 144 | -e 's,".*/configure","configure",g' ${D}${libexecdir}/${PN}/build/config.nice |
