summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/php')
-rw-r--r--meta-oe/recipes-devtools/php/php_8.2.7.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.7.bb b/meta-oe/recipes-devtools/php/php_8.2.7.bb
index b5da7b3444..4dc0399b59 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.7.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.7.bb
@@ -42,7 +42,7 @@ CVE_CHECK_IGNORE += "\
42 CVE-2007-4596 \ 42 CVE-2007-4596 \
43" 43"
44 44
45inherit autotools pkgconfig python3native gettext 45inherit autotools pkgconfig python3native gettext multilib_header multilib_script
46 46
47# phpize is not scanned for absolute paths by default (but php-config is). 47# phpize is not scanned for absolute paths by default (but php-config is).
48# 48#
@@ -210,6 +210,14 @@ do_install:append:class-target() {
210 fi 210 fi
211} 211}
212 212
213MULTILIB_SCRIPTS += "${PN}:${bindir}/php-config \
214 ${PN}:${bindir}/phpize \
215"
216
217do_install:append () {
218 oe_multilib_header php/main/build-defs.h php/main/php_config.h
219}
220
213SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess" 221SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess"
214 222
215php_sysroot_preprocess () { 223php_sysroot_preprocess () {