mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
868ca4d3a7
commit
665d4684c8
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user