diff mbox series

libsdl2: remove redundant DEPENDS

Message ID 20180518104653.21665-1-ross.burton@intel.com
State Accepted
Commit 5e55efce4f7ecb3fcb219a15dcbc031f0f233cb1
Headers show
Series libsdl2: remove redundant DEPENDS | expand

Commit Message

Ross Burton May 18, 2018, 10:46 a.m. UTC
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 | 2 --
 1 file changed, 2 deletions(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
index c37f6693218..6966dc5c348 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
@@ -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 \
 "