diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2022-08-03 13:28:04 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-08-07 15:01:17 -0700 |
| commit | 78e65e77992252f0d348f5a7d3a8f86313ed1beb (patch) | |
| tree | cd21f70f8fbfabeb3f844907f3e406e8566f0ff0 /meta-python/recipes-devtools/python/python3-click_7.1.2.bb | |
| parent | bbfdaf4cb6a2244c34982f1468139936d0f26500 (diff) | |
| download | meta-openembedded-78e65e77992252f0d348f5a7d3a8f86313ed1beb.tar.gz | |
apache2: Fix the buildpaths issue
Fixes:
WARNING: apache2-2.4.54-r0 do_package_qa: QA Issue: File /usr/src/debug/apache2/2.4.54-r0/build/server/exports.c in package apache2-src contains reference to TMPDIR [buildpaths]
Before the patch:
# cat ./build/server/exports.c
[snip]
#include "mpm_fdqueue.h"
const void *ap_ugly_hack = NULL;
/*
* /buildarea/build/tmp-glibc/work/core2-32-wrs-linux/apache2/2.4.54-r0/httpd-2.4.54/include/ap_expr.h
*/
const void *ap_hack_ap_expr_exec = (const void *)ap_expr_exec;
[snip]
After the patch:
# cat ./build/server/exports.c
[snip]
#include "mpm_fdqueue.h"
const void *ap_ugly_hack = NULL;
/*
* ap_expr.h
*/
const void *ap_hack_ap_expr_exec = (const void *)ap_expr_exec;
[snip]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 4f2025e8d2f1626e97f7e9e675ce3c7d45477807)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-click_7.1.2.bb')
0 files changed, 0 insertions, 0 deletions
