summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-25 16:57:51 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commit3b5500a1a90f20d5fba5103810fd41a9b78257be (patch)
treecceaaa328f640c131a0ad9b4796ec21f013a7d6c /meta-oe/recipes-devtools/php
parentaa8db6600c078d51446b74ed6d326370f78ae7cb (diff)
downloadmeta-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.bb2
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
137EXTRA_OEMAKE = "INSTALL_ROOT=${D}" 137EXTRA_OEMAKE = "INSTALL_ROOT=${D}"
138 138
139acpaths = ""
140
141do_configure:prepend () { 139do_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!'