diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-02-25 16:57:51 +0000 |
|---|---|---|
| committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
| commit | 3b5500a1a90f20d5fba5103810fd41a9b78257be (patch) | |
| tree | cceaaa328f640c131a0ad9b4796ec21f013a7d6c /meta-oe/recipes-devtools/php | |
| parent | aa8db6600c078d51446b74ed6d326370f78ae7cb (diff) | |
| download | meta-openembedded-3b5500a1a90f20d5fba5103810fd41a9b78257be.tar.gz | |
php: remove obsolete acpaths
As of "autotools: don't try and find in-tree macros" in core, acpaths is
no longer used.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.2.26.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.2.26.bb b/meta-oe/recipes-devtools/php/php_8.2.26.bb index 053242413f..b8e96833f6 100644 --- a/meta-oe/recipes-devtools/php/php_8.2.26.bb +++ b/meta-oe/recipes-devtools/php/php_8.2.26.bb | |||
| @@ -136,8 +136,6 @@ LDFLAGS:append:riscv64 = " -latomic" | |||
| 136 | 136 | ||
| 137 | EXTRA_OEMAKE = "INSTALL_ROOT=${D}" | 137 | EXTRA_OEMAKE = "INSTALL_ROOT=${D}" |
| 138 | 138 | ||
| 139 | acpaths = "" | ||
| 140 | |||
| 141 | do_configure:prepend () { | 139 | do_configure:prepend () { |
| 142 | rm -f ${S}/build/libtool.m4 ${S}/ltmain.sh ${S}/aclocal.m4 | 140 | rm -f ${S}/build/libtool.m4 ${S}/ltmain.sh ${S}/aclocal.m4 |
| 143 | find ${S} -name config.m4 | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_SBINDIR_NATIVE}/httpd!' | 141 | find ${S} -name config.m4 | xargs -n1 sed -i 's!APXS_HTTPD=.*!APXS_HTTPD=${STAGING_SBINDIR_NATIVE}/httpd!' |
