diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-23 16:27:06 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:08 -0800 |
commit | 93cfb1b8deff49229733c16167effe5eeaa04c97 (patch) | |
tree | 890ffdf1b6d54bdc8a858ab6d20d8cfc5bc797fd | |
parent | cf95ee0ff541289c9423e463b1ee607b642ad1f0 (diff) | |
download | meta-openembedded-93cfb1b8deff49229733c16167effe5eeaa04c97.tar.gz |
tigervnc: Replace using --system-acdir with --aclocal-path
This synchronises it with latest autotools class
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb index 47f59c69cf..4d2bb1f063 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.14.1.bb | |||
@@ -96,7 +96,7 @@ do_configure:append () { | |||
96 | if [ -d ${STAGING_DATADIR}/aclocal -a "${STAGING_DATADIR_NATIVE}/aclocal" != "${STAGING_DATADIR}/aclocal" ]; then | 96 | if [ -d ${STAGING_DATADIR}/aclocal -a "${STAGING_DATADIR_NATIVE}/aclocal" != "${STAGING_DATADIR}/aclocal" ]; then |
97 | cp-noerror ${STAGING_DATADIR}/aclocal/ ${ACLOCALDIR}/ | 97 | cp-noerror ${STAGING_DATADIR}/aclocal/ ${ACLOCALDIR}/ |
98 | fi | 98 | fi |
99 | ACLOCAL="aclocal --system-acdir=${ACLOCALDIR}/" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || bbfatal "autoreconf execution failed." | 99 | ACLOCAL="aclocal --aclocal-path=${ACLOCALDIR}/" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || bbfatal "autoreconf execution failed." |
100 | chmod +x ./configure | 100 | chmod +x ./configure |
101 | ${CACHED_CONFIGUREVARS} ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF} | 101 | ${CACHED_CONFIGUREVARS} ./configure ${CONFIGUREOPTS} ${EXTRA_OECONF} |
102 | cd $olddir | 102 | cd $olddir |