diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-03-16 21:31:18 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-03-16 21:49:41 +0100 |
| commit | 57d284fc2e9c6bbc22b9676f4af8bb3ead2e4460 (patch) | |
| tree | 1c1b1180466a25a6406391a7abef7f4718ca43dd /package/sdl_mixer | |
| parent | 300ff549fbe828fb3b3fd7e2f6f025a463f1d63d (diff) | |
| download | buildroot-57d284fc2e9c6bbc22b9676f4af8bb3ead2e4460.tar.gz buildroot-57d284fc2e9c6bbc22b9676f4af8bb3ead2e4460.zip | |
sdl_mixer: drop custom target install
Fixes http://autobuild.buildroot.net/results/6ba/6ba399db1715a7759048e0d532768a335c3c97cc/
The default rule (make install) works fine, even for static build - so use
that instead of explicitly copying *so files.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/sdl_mixer')
| -rw-r--r-- | package/sdl_mixer/sdl_mixer.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/sdl_mixer/sdl_mixer.mk b/package/sdl_mixer/sdl_mixer.mk index b7a242f13b..51b1476975 100644 --- a/package/sdl_mixer/sdl_mixer.mk +++ b/package/sdl_mixer/sdl_mixer.mk @@ -34,8 +34,4 @@ else SDL_MIXER_CONF_OPT += --disable-music-ogg endif -define SDL_MIXER_INSTALL_TARGET_CMDS - cp -dpf $(STAGING_DIR)/usr/lib/libSDL_mixer*.so* $(TARGET_DIR)/usr/lib/ -endef - $(eval $(autotools-package)) |

