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.29.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.1.29.bb b/meta-oe/recipes-devtools/php/php_8.1.29.bb
index 7a11de7ef8..2b3cfd58c5 100644
--- a/meta-oe/recipes-devtools/php/php_8.1.29.bb
+++ b/meta-oe/recipes-devtools/php/php_8.1.29.bb
@@ -41,7 +41,7 @@ CVE_CHECK_IGNORE += "\
41 CVE-2007-4596 \ 41 CVE-2007-4596 \
42" 42"
43 43
44inherit autotools pkgconfig python3native gettext 44inherit autotools pkgconfig python3native gettext multilib_header multilib_script
45 45
46# phpize is not scanned for absolute paths by default (but php-config is). 46# phpize is not scanned for absolute paths by default (but php-config is).
47# 47#
@@ -201,6 +201,14 @@ do_install:append:class-target() {
201 fi 201 fi
202} 202}
203 203
204MULTILIB_SCRIPTS += "${PN}:${bindir}/php-config \
205 ${PN}:${bindir}/phpize \
206"
207
208do_install:append () {
209 oe_multilib_header php/main/build-defs.h php/main/php_config.h
210}
211
204SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess" 212SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess"
205 213
206php_sysroot_preprocess () { 214php_sysroot_preprocess () {