summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-05-18 11:43:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-22 13:09:02 +0100
commit5e55efce4f7ecb3fcb219a15dcbc031f0f233cb1 (patch)
treee5949a0bef440068bd71dccf09038e91afe5f529 /meta/recipes-graphics
parentcff055403eab8112ef76cd6331682447bcddf760 (diff)
downloadopenembedded-core-5e55efce4f7ecb3fcb219a15dcbc031f0f233cb1.tar.gz
libsdl2: remove redundant DEPENDS
These dependencies are in the x11 PACKAGECONFIG and will magically transform for nativesdk builds. Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
index c37f669321..6966dc5c34 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 \
"