xscreensaver: remove obsolete append_libtool_sysroot

Due to recent libtool change in oe-core, append_libtool_sysroot is
no longer defined. Remove reference to it to avoid bitbake parsing
error.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chen Qi 2024-06-04 23:30:11 -07:00 committed by Khem Raj
parent 868ca4d3a7
commit 665d4684c8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -34,7 +34,7 @@ PACKAGECONFIG = "png ${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd',
PACKAGECONFIG[systemd] = "--with-systemd=yes,--with-systemd=no,systemd"
PACKAGECONFIG[png] = "--with-png=yes,--with-png=no,libpng"
CONFIGUREOPTS:remove = "--disable-silent-rules --disable-dependency-tracking ${@append_libtool_sysroot(d)}"
CONFIGUREOPTS:remove = "--disable-silent-rules --disable-dependency-tracking"
EXTRA_OECONF:remove = "--disable-static"
do_install:append() {