diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 09:06:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 09:06:34 +0000 |
commit | 171f08073321e08c520298bb4e96498dda92b2c9 (patch) | |
tree | a57e9c47df1a5a3d2c37f97bfdb884d923c61358 /libsdl/libsdl-image_1.2.3.oe | |
parent | 804c58d25c80afd0e20b6b2ea4df22b43d58de91 (diff) |
Fix up the -1.2.so symlinks for the other SDL libs.
BKrev: 409df49a9JrL5_hP-m8dlhNwVpJRJQ
Diffstat (limited to 'libsdl/libsdl-image_1.2.3.oe')
-rw-r--r-- | libsdl/libsdl-image_1.2.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index 9c54849fe7..dd51c4f7ee 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -10,8 +10,8 @@ S = "${WORKDIR}/SDL_image-${PV}" inherit autotools libtool do_stage() { - oe_libinstall -so libSDL_image-1.2 ${STAGING_LIBDIR} - ln -sf libSDL_image-1.2.so ${STAGING_LIBDIR}/libSDL_image.so + oe_libinstall -so libSDL_image ${STAGING_LIBDIR} + ln -sf libSDL_image.so ${STAGING_LIBDIR}/libSDL_image-1.2.so install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h } |