summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-01-18 14:01:04 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-19 09:01:04 -0800
commit0d6d9d0cd9e33602988ae2305237a7dfd3f9173d (patch)
tree676ae04354c03a867834718c7bb4e9f0b1c195ce /meta-oe
parentd0a8873a66183b96e7be1108dca4aadf6a71281a (diff)
downloadmeta-openembedded-0d6d9d0cd9e33602988ae2305237a7dfd3f9173d.tar.gz
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>
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"