libmodplug 0.8.7: Convert to new style staging (works find now, no need fo r the...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Sat, 3 Apr 2010 21:10:08 +0000 (22:10 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 8 Apr 2010 07:21:06 +0000 (08:21 +0100)
recipes/libmodplug/libmodplug_0.8.7.bb

index ead04a7..3365bd9 100644 (file)
@@ -3,12 +3,8 @@ HOMEPAGE = "http://modplug-xmms.sf.net"
 SECTION = "libs"
 LICENSE = "GPL"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
 
 inherit autotools pkgconfig
-
-# NOTE: autotools_stage_all does nothing here, we need to do it manually
-do_stage() {
-       install -m 0644 ${S}/src/modplug.h ${STAGING_INCDIR}
-       oe_libinstall -C src -so libmodplug ${STAGING_LIBDIR}
-}