diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2022-01-18 14:01:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-19 09:01:04 -0800 |
| commit | 0d6d9d0cd9e33602988ae2305237a7dfd3f9173d (patch) | |
| tree | 676ae04354c03a867834718c7bb4e9f0b1c195ce /meta-oe | |
| parent | d0a8873a66183b96e7be1108dca4aadf6a71281a (diff) | |
| download | meta-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.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" |
