From 32a4d6afd0641f39223d3af9ee38c1c909082d15 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 21 Oct 2003 20:05:11 +0000 Subject: Fix the shared library name on libmad and libid3tag... both needed to inherit the libtool oeclass but were not. BKrev: 3f95917735dy4YUd-YWzURD5P4huuw --- libid3tag/libid3tag_0.15.0b.oe | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libid3tag/libid3tag_0.15.0b.oe (limited to 'libid3tag') diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe new file mode 100644 index 0000000000..675a0135d2 --- /dev/null +++ b/libid3tag/libid3tag_0.15.0b.oe @@ -0,0 +1,12 @@ +SECTION="libs" +PRIORITY="optional" +MAINTAINER="Greg Gilbert " +RDEPENDS="libc6" +DEPENDS=virtual/libc zlib + +SRC_URI = ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.0b.tar.gz +S=${WORKDIR}/libid3tag-${PV} + +inherit autotools libtool + +EXTRA_OECONF="-enable-speed --enable-shared --enable-static" -- cgit v1.2.3