diff options
author | Ross Burton <ross.burton@intel.com> | 2019-06-18 11:51:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-19 12:46:44 +0100 |
commit | d059cbcf18cc8b6a245132d08b62dec54feb9dcc (patch) | |
tree | 2061d21b85944e59e17f0baefb6aa95e80869b91 /meta/recipes-graphics/libsdl2 | |
parent | 01bff84386c8b0e1ddc6f0b93ebc04990586785d (diff) | |
download | poky-d059cbcf18cc8b6a245132d08b62dec54feb9dcc.tar.gz |
libsdl2: use binconfig-disabled
Just like libsdl, we can rip out the sdl2-config script from the sysroot as
pkg-config is preferrable.
(From OE-Core rev: 8d93fc236a72cb1bb0e713c4fc5b73e65ede6f53)
Signed-off-by: Ross Burton <ross.burton@intel.com>
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.9.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb index bac91d3736..a0a0b1509a 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb | |||
@@ -21,7 +21,9 @@ S = "${WORKDIR}/SDL2-${PV}" | |||
21 | SRC_URI[md5sum] = "f2ecfba915c54f7200f504d8b48a5dfe" | 21 | SRC_URI[md5sum] = "f2ecfba915c54f7200f504d8b48a5dfe" |
22 | SRC_URI[sha256sum] = "255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54b324b1" | 22 | SRC_URI[sha256sum] = "255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54b324b1" |
23 | 23 | ||
24 | inherit autotools lib_package binconfig pkgconfig | 24 | inherit autotools lib_package binconfig-disabled pkgconfig |
25 | |||
26 | BINCONFIG = "${bindir}/sdl2-config" | ||
25 | 27 | ||
26 | CVE_PRODUCT = "simple_directmedia_layer sdl" | 28 | CVE_PRODUCT = "simple_directmedia_layer sdl" |
27 | 29 | ||