diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 00:05:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 00:08:33 +0000 |
commit | a25c07622502727ca1b0e01d32127b57f75d28fb (patch) | |
tree | 6e379a141453eafb4ddeb1269cb9453e0c1b1909 /meta/recipes-graphics/libsdl2 | |
parent | fe0d6dbef5583a2382bdee6a6dcabc6248588d1e (diff) | |
download | poky-a25c07622502727ca1b0e01d32127b57f75d28fb.tar.gz |
Revert "libsdl2: Add libunwind-native to the libsdl2-native DEPENDS"
This reverts commit 1b114fa2d221c9810852526f8b45a3d2c856a502.
Unfortunately this breaks on cento7 as libunwind-native doesn't appear to build there.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/libsdl2')
-rw-r--r-- | meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb index 802efba980..90724ab8b7 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.20.bb | |||
@@ -27,8 +27,6 @@ SRC_URI[sha256sum] = "c56aba1d7b5b0e7e999e4a7698c70b63a3394ff9704b5f6e1c57e0c16f | |||
27 | 27 | ||
28 | inherit cmake lib_package binconfig-disabled pkgconfig | 28 | inherit cmake lib_package binconfig-disabled pkgconfig |
29 | 29 | ||
30 | DEPENDS:class-native += "libunwind-native" | ||
31 | |||
32 | BINCONFIG = "${bindir}/sdl2-config" | 30 | BINCONFIG = "${bindir}/sdl2-config" |
33 | 31 | ||
34 | CVE_PRODUCT = "simple_directmedia_layer sdl" | 32 | CVE_PRODUCT = "simple_directmedia_layer sdl" |