sdl: use default autotools target-install
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Feb 2013 22:28:51 +0000 (23:28 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Feb 2013 22:28:51 +0000 (23:28 +0100)
Fixes http://autobuild.buildroot.org/results/c950d7920d384cb0d37403cbe8344691d4231a1a

The normal 'make install' is perfectly fine, and it also works for static
builds.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/sdl/sdl.mk

index 139312f176468e283f1c832b252b6514ccd2e45b..4786dc5d75e33857ed0b1d76213c28f05c67c499 100644 (file)
@@ -70,8 +70,4 @@ endef
 
 SDL_POST_INSTALL_STAGING_HOOKS+=SDL_FIXUP_SDL_CONFIG
 
-define SDL_INSTALL_TARGET_CMDS
-       cp -dpf $(STAGING_DIR)/usr/lib/libSDL*.so* $(TARGET_DIR)/usr/lib/
-endef
-
 $(eval $(autotools-package))