diff options
author | Ross Burton <ross.burton@intel.com> | 2018-05-18 11:43:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-22 13:13:32 +0100 |
commit | 7a522d7a90d471b114ae1fddb4bd40e410efa55c (patch) | |
tree | 1746ebe20323eb096a1f427e94f72e1c463c626e | |
parent | 4e941998300ebb2f33dc9ce5a95f53d2ceba1efe (diff) | |
download | poky-7a522d7a90d471b114ae1fddb4bd40e410efa55c.tar.gz |
libsdl2: remove redundant DEPENDS
These dependencies are in the x11 PACKAGECONFIG and will magically transform for
nativesdk builds.
(From OE-Core rev: 5e55efce4f7ecb3fcb219a15dcbc031f0f233cb1)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb | 2 |
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" | |||
12 | 12 | ||
13 | PROVIDES = "virtual/libsdl2" | 13 | PROVIDES = "virtual/libsdl2" |
14 | 14 | ||
15 | DEPENDS_class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/nativesdk-libx11 nativesdk-libxrandr nativesdk-libxrender nativesdk-libxext', '', d)}" | ||
16 | |||
17 | SRC_URI = " \ | 15 | SRC_URI = " \ |
18 | http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ | 16 | http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ |
19 | " | 17 | " |