diff options
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.1.29.bb | 10 |
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 | ||
| 44 | inherit autotools pkgconfig python3native gettext | 44 | inherit 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 | ||
| 204 | MULTILIB_SCRIPTS += "${PN}:${bindir}/php-config \ | ||
| 205 | ${PN}:${bindir}/phpize \ | ||
| 206 | " | ||
| 207 | |||
| 208 | do_install:append () { | ||
| 209 | oe_multilib_header php/main/build-defs.h php/main/php_config.h | ||
| 210 | } | ||
| 211 | |||
| 204 | SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess" | 212 | SYSROOT_PREPROCESS_FUNCS += "php_sysroot_preprocess" |
| 205 | 213 | ||
| 206 | php_sysroot_preprocess () { | 214 | php_sysroot_preprocess () { |
