mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
01bff84386
commit
d059cbcf18
@@ -21,7 +21,9 @@ S = "${WORKDIR}/SDL2-${PV}"
|
||||
SRC_URI[md5sum] = "f2ecfba915c54f7200f504d8b48a5dfe"
|
||||
SRC_URI[sha256sum] = "255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54b324b1"
|
||||
|
||||
inherit autotools lib_package binconfig pkgconfig
|
||||
inherit autotools lib_package binconfig-disabled pkgconfig
|
||||
|
||||
BINCONFIG = "${bindir}/sdl2-config"
|
||||
|
||||
CVE_PRODUCT = "simple_directmedia_layer sdl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user