From: erich@mine.nu Date: Mon, 29 Mar 2004 00:26:35 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages X-Git-Tag: Release-2010-05/1~19835 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04e384c95b8c148d959eeb171af25741dad7dac;p=openembedded.git Merge openembedded@openembedded.bkbits.net:packages into erichl.mine.nu:/home/erich/src/packages 2004/03/28 19:23:50-05:00 mine.nu!erich libid3tag_0.15.0b.oe: Fix for libid3tag: stage libid3tag.so and id3tag.h into staging directory. BKrev: 40676d3b00UJGhk3azZ9N27AC6ixGA --- diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe index bfcc74a7bb..445bcb2003 100644 --- a/libid3tag/libid3tag_0.15.0b.oe +++ b/libid3tag/libid3tag_0.15.0b.oe @@ -11,3 +11,8 @@ S = "${WORKDIR}/libid3tag-${PV}" inherit autotools libtool EXTRA_OECONF = "-enable-speed" + +do_stage() { + oe_soinstall .libs/libid3tag.so.0.2.0 ${STAGING_LIBDIR} + install -m 0644 id3tag.h ${STAGING_INCDIR} +}