diff options
| -rw-r--r-- | meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb index ef78927827..d8c56fba59 100644 --- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb +++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb | |||
| @@ -20,12 +20,12 @@ export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" | |||
| 20 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" | 20 | EXTRA_OECONF += "--disable-jpg-shared --disable-png-shared -disable-tif-shared" |
| 21 | 21 | ||
| 22 | do_configure_prepend() { | 22 | do_configure_prepend() { |
| 23 | # Removing this file fixes a libtool version mismatch. | 23 | # Removing these files fixes a libtool version mismatch. |
| 24 | rm -f acinclude/libtool.m4 | 24 | rm -f ${S}/acinclude/libtool.m4 |
| 25 | rm -f acinclude/sdl.m4 | 25 | rm -f ${S}/acinclude/sdl.m4 |
| 26 | rm -f acinclude/pkg.m4 | 26 | rm -f ${S}/acinclude/pkg.m4 |
| 27 | rm -f acinclude/lt~obsolete.m4 | 27 | rm -f ${S}/acinclude/lt~obsolete.m4 |
| 28 | rm -f acinclude/ltoptions.m4 | 28 | rm -f ${S}/acinclude/ltoptions.m4 |
| 29 | rm -f acinclude/ltsugar.m4 | 29 | rm -f ${S}/acinclude/ltsugar.m4 |
| 30 | rm -f acinclude/ltversion.m4 | 30 | rm -f ${S}/acinclude/ltversion.m4 |
| 31 | } | 31 | } |
