From: Phil Blundell Date: Fri, 13 Aug 2004 19:07:00 +0000 (+0000) Subject: add staging bits X-Git-Tag: Release-2010-05/1~17677 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d624ad4c69779fb5bbfc8ea2b8877cace29a1bcf;p=openembedded.git add staging bits BKrev: 411d11542kpk4-KZRNcvhCpfYKN5Tw --- diff --git a/libsoundgen/libsoundgen_0.3.oe b/libsoundgen/libsoundgen_0.3.oe index e69de29bb2..6d10d12e5a 100644 --- a/libsoundgen/libsoundgen_0.3.oe +++ b/libsoundgen/libsoundgen_0.3.oe @@ -0,0 +1,14 @@ +inherit gpe + +DEPENDS = "esound-gpe" + +do_stage() { + install -d ${STAGING_INCDIR}/gpe + install -m 0644 gpe/soundgen.h ${STAGING_INCDIR}/gpe/soundgen.h + oe_libinstall -so libsoundgen ${STAGING_LIBDIR} +} + +do_install_append() { + oe_runmake DESTDIR="${D}" PREFIX="${prefix}" install-devel +} +