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 <[email protected]> --- meta-oe/recipes-devtools/php/php_8.2.26.bb | 2 ++ 1 file changed, 2 insertions(+) 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115001): https://lists.openembedded.org/g/openembedded-devel/message/115001 Mute This Topic: https://lists.openembedded.org/mt/110726710/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
