From 8c0f934c9858dd378b759d36e4e9af75fe763351 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 9 Mar 2017 23:59:31 +1000 Subject: libsdl: Fix ${PN}-bin handling for .exe files For mingw it is convention to have DLLs in bindir. To avoid grouping anything other that .exe files into the ${PN}-bin package, override it so that only '*.exe' files are shipped. Signed-off-by: Nathan Rossi --- recipes-graphics/libsdl/libsdl_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/libsdl/libsdl_%.bbappend b/recipes-graphics/libsdl/libsdl_%.bbappend index 5f5787d..bb65f03 100644 --- a/recipes-graphics/libsdl/libsdl_%.bbappend +++ b/recipes-graphics/libsdl/libsdl_%.bbappend @@ -5,3 +5,5 @@ PACKAGECONFIG_class-nativesdk_mingw32 = "" PACKAGECONFIG[stdio-redirect] = "--enable-stdio-redirect,--disable-stdio-redirect" PACKAGECONFIG[directx] = "--enable-directx,--disable-directx" +FILES_${PN}-bin_mingw32 = "${bindir}/*.exe ${sbindir}/*.exe" + -- cgit v1.2.3-54-g00ecf