diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-06-14 15:33:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-14 21:09:21 -0700 |
commit | 869ee7b2395be22c5ce2c7c75f8c0278f3ead12c (patch) | |
tree | aa93fa562b115198b4a6e267631e740ed002fb2b /recipes/libsdl/libsdl-x11_1.2.14.bb | |
parent | fdf077747e0e69ceb20bc1b1c20fe5fc5d1558a0 (diff) |
libsdl-x11-1.2.14: Update libtool macros and remove legacy staging
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libsdl/libsdl-x11_1.2.14.bb')
-rw-r--r-- | recipes/libsdl/libsdl-x11_1.2.14.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb index 57818a8089..36159fb39a 100644 --- a/recipes/libsdl/libsdl-x11_1.2.14.bb +++ b/recipes/libsdl/libsdl-x11_1.2.14.bb @@ -8,10 +8,11 @@ LICENSE = "LGPL" DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib" DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib" PROVIDES = "virtual/libsdl" -PR = "r3" +PR = "r4" SRC_URI = " \ http://www.libsdl.org/release/SDL-${PV}.tar.gz \ + file://libtool-update.patch \ file://sdl.m4 \ " @@ -46,9 +47,8 @@ do_configure_append () { cp ${WORKDIR}/sdl.m4 ${S}/ } -do_stage() { - autotools_stage_all - rm ${STAGING_LIBDIR}/libSDL.la +do_install_append() { + rm ${D}${libdir}/libSDL.la } FILES_${PN} = "${libdir}/lib*.so.*" |