diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 06:00:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 06:00:09 +0000 |
commit | a802793803a392a677320355bb5a33434aab31c8 (patch) | |
tree | f21f6ab429adc94c8ecdb9be6d29ef57c0262725 /libsdl/libsdl-net_1.2.5.oe | |
parent | 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (diff) |
Kill off some references to the old nonexistant libtool oeclass.
BKrev: 409f1a69MOYozddYWZQKFCk4AwQeoA
Diffstat (limited to 'libsdl/libsdl-net_1.2.5.oe')
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index 718daa6110..e3c17f6781 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -7,7 +7,7 @@ DESCRIPTION = "Simple DirectMedia Layer networking library." SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz" S = "${WORKDIR}/SDL_net-${PV}" -inherit autotools libtool +inherit autotools do_stage() { oe_libinstall -so libSDL_net ${STAGING_LIBDIR} |