From e76a8e6f3b3cc336e6020d76618f3ec0f00fb82e Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sat, 3 Apr 2010 22:10:08 +0100 Subject: [PATCH] libmodplug 0.8.7: Convert to new style staging (works find now, no need fo r the custom do_stage any more). --- recipes/libmodplug/libmodplug_0.8.7.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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} -} -- 2.39.5