mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
php: avoid textrel QA Issue warning
Fixes: WARNING: lib32-php-8.0.12-r0 do_package_qa: QA Issue: lib32-php: ELF binary /usr/libexec/apache2/modules/libphp.so has relocations in .text [textrel] WARNING: lib32-php-8.0.12-r0 do_package_qa: QA Issue: lib32-php-opcache: ELF binary /usr/lib/php8/extensions/no-debug-zts-20200930/opcache.so has relocations in .text [textrel] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -217,6 +217,11 @@ ALLOW_EMPTY:${PN} = "1"
|
|||||||
INITSCRIPT_PACKAGES = "${PN}-fpm"
|
INITSCRIPT_PACKAGES = "${PN}-fpm"
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
|
# WARNING: lib32-php-8.0.12-r0 do_package_qa: QA Issue: lib32-php: ELF binary /usr/libexec/apache2/modules/libphp.so has relocations in .text [textrel]
|
||||||
|
#WARNING: lib32-php-8.0.12-r0 do_package_qa: QA Issue: lib32-php-opcache: ELF binary /usr/lib/php8/extensions/no-debug-zts-20200930/opcache.so has relocations in .text [textrel]
|
||||||
|
INSANE_SKIP:${PN}:append:x86 = " textrel"
|
||||||
|
INSANE_SKIP:${PN}-opcache:append:x86 = " textrel"
|
||||||
|
|
||||||
FILES:${PN}-dbg =+ "${bindir}/.debug \
|
FILES:${PN}-dbg =+ "${bindir}/.debug \
|
||||||
${libexecdir}/apache2/modules/.debug"
|
${libexecdir}/apache2/modules/.debug"
|
||||||
FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc"
|
FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc"
|
||||||
|
|||||||
Reference in New Issue
Block a user