summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/php/php_8.1.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.0.bb b/meta-oe/recipes-devtools/php/php_8.1.0.bb
index 593eb39550..43e86fe55b 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.0.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.0.bb
@@ -217,6 +217,11 @@ ALLOW_EMPTY:${PN} = "1"
217INITSCRIPT_PACKAGES = "${PN}-fpm" 217INITSCRIPT_PACKAGES = "${PN}-fpm"
218inherit update-rc.d 218inherit update-rc.d
219 219
220# 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]
221#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]
222INSANE_SKIP:${PN}:append:x86 = " textrel"
223INSANE_SKIP:${PN}-opcache:append:x86 = " textrel"
224
220FILES:${PN}-dbg =+ "${bindir}/.debug \ 225FILES:${PN}-dbg =+ "${bindir}/.debug \
221 ${libexecdir}/apache2/modules/.debug" 226 ${libexecdir}/apache2/modules/.debug"
222FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc" 227FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc"