From: David-John Willis Date: Sat, 3 Apr 2010 21:10:08 +0000 (+0100) Subject: libmodplug 0.8.7: Convert to new style staging (works find now, no need fo r the... X-Git-Tag: Release-2010-05/1~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e76a8e6f3b3cc336e6020d76618f3ec0f00fb82e;p=openembedded.git libmodplug 0.8.7: Convert to new style staging (works find now, no need fo r the custom do_stage any more). --- diff --git a/recipes/libmodplug/libmodplug_0.8.7.bb b/recipes/libmodplug/libmodplug_0.8.7.bb index ead04a7cdb..3365bd9df6 100644 --- a/recipes/libmodplug/libmodplug_0.8.7.bb +++ b/recipes/libmodplug/libmodplug_0.8.7.bb @@ -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} -}