mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
libglvnd: drop S assignment
libglvnd recipe was sent before the OE-Core changes reworking S / UNPACKDIR rework. Drop S assignment which is now being rejected by OE / bitbake. Fixes: 621e9be9663e ("libglvnd: migrate from meta-oe") (From OE-Core rev: ec3cd6a73468510e57c4cda874dc3cb20afef9c2) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ea4b963d9a
commit
3bef3d2ee1
|
@ -13,8 +13,6 @@ REQUIRED_DISTRO_FEATURES = "opengl glvnd"
|
|||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ?= "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'egl gles1 gles2', '', d)} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user