diff mbox series

[meta-oe] php: Define ACLOCALDIR

Message ID 20250121014344.289823-1-pkj@axis.com
State Under Review
Headers show
Series [meta-oe] php: Define ACLOCALDIR | expand

Commit Message

Peter Kjellerstedt Jan. 21, 2025, 1:43 a.m. UTC
The common definition of ACLOCALDIR has been removed from OE-Core.
Add a local definition since it is still needed.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-oe/recipes-devtools/php/php_8.2.26.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 f5e57ab36a..61b127373a 100644
--- a/meta-oe/recipes-devtools/php/php_8.2.26.bb
+++ b/meta-oe/recipes-devtools/php/php_8.2.26.bb
@@ -162,6 +162,8 @@  do_install:append:class-native() {
     rm -rf ${D}/${PHP_LIBDIR}/php/.[a-z]*
 }
 
+ACLOCALDIR = "${STAGING_DATADIR}/aclocal"
+
 do_install:prepend() {
     cat ${ACLOCALDIR}/libtool.m4 ${ACLOCALDIR}/lt~obsolete.m4 ${ACLOCALDIR}/ltoptions.m4 \
         ${ACLOCALDIR}/ltsugar.m4 ${ACLOCALDIR}/ltversion.m4 > ${S}/build/libtool.m4