diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 08:17:54 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 08:17:54 +0000 |
commit | 94e1b8aacaf22449258b32075cb6656ff268a397 (patch) | |
tree | 0c17310319113537dbba88ba4cd07c7195e98f21 /libsdl | |
parent | 07c8d24bbc390bb15cc6b8ced10b0630de96d808 (diff) |
Correct staging install for libsdl-x11.
BKrev: 409de932ubtp6Bw5x7ZEwkQ_7Iuwsg
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-x11_1.2.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index f078112280..b0d32e6c11 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -21,7 +21,7 @@ EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --disable-video-picogui --disable-video-qtopia --enable-dlopen" do_stage() { - oe_libinstall -so libSDL-1.2 ${STAGING_LIBDIR} + oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} ln -sf libSDL-1.2.so ${STAGING_LIBDIR}/libSDL.so install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a |