diff options
author | erich@mine.nu <erich@mine.nu> | 2004-03-29 00:26:35 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-03-29 00:26:35 +0000 |
commit | d04e384c95b8c148d959eeb171af25741dad7dac (patch) | |
tree | d2a736f3297235566f433d20060aa96310e61d9c /libid3tag | |
parent | 1d89fb9f239024604e1a9165c6a36ae21fbddaf9 (diff) |
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
Diffstat (limited to 'libid3tag')
-rw-r--r-- | libid3tag/libid3tag_0.15.0b.oe | 5 |
1 files changed, 5 insertions, 0 deletions
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} +} |