diff options
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.1.0.bb | 5 |
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" | |||
| 217 | INITSCRIPT_PACKAGES = "${PN}-fpm" | 217 | INITSCRIPT_PACKAGES = "${PN}-fpm" |
| 218 | inherit update-rc.d | 218 | inherit 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] | ||
| 222 | INSANE_SKIP:${PN}:append:x86 = " textrel" | ||
| 223 | INSANE_SKIP:${PN}-opcache:append:x86 = " textrel" | ||
| 224 | |||
| 220 | FILES:${PN}-dbg =+ "${bindir}/.debug \ | 225 | FILES:${PN}-dbg =+ "${bindir}/.debug \ |
| 221 | ${libexecdir}/apache2/modules/.debug" | 226 | ${libexecdir}/apache2/modules/.debug" |
| 222 | FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc" | 227 | FILES:${PN}-doc += "${PHP_LIBDIR}/php/doc" |
