]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsdl2: remove redundant DEPENDS
authorRoss Burton <ross.burton@intel.com>
Fri, 18 May 2018 10:43:46 +0000 (11:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 May 2018 12:09:02 +0000 (13:09 +0100)
These dependencies are in the x11 PACKAGECONFIG and will magically transform for
nativesdk builds.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb

index c37f6693218f7590263b01605efc2cf5e8095b40..6966dc5c348cc1b908ebb9bf35b53c68c185cbda 100644 (file)
@@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=02ee26814dd044bd7838ae24e05b880f"
 
 PROVIDES = "virtual/libsdl2"
 
-DEPENDS_class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender nativesdk-libxext', '', d)}"
-
 SRC_URI = " \
     http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
 "