diff options
Diffstat (limited to 'meta-oe/recipes-devtools/php')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.7.bb | 10 |
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 | ||
| 45 | inherit autotools pkgconfig python3native gettext | 45 | inherit 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 | ||
| 213 | MULTILIB_SCRIPTS += "${PN}:${bindir}/php-config \ | ||
| 214 | ${PN}:${bindir}/phpize \ | ||
| 215 | " | ||
| 216 | |||
| 217 | do_install:append () { | ||
| 218 | oe_multilib_header php/main/build-defs.h php/main/php_config.h | ||
| 219 | } | ||
| 220 | |||
| 213 | SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess" | 221 | SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess" |
| 214 | 222 | ||
| 215 | php_sysroot_preprocess () { | 223 | php_sysroot_preprocess () { |
