From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- libid3tag/libid3tag_0.15.0b.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libid3tag') diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe index 08d874516f..bfcc74a7bb 100644 --- a/libid3tag/libid3tag_0.15.0b.oe +++ b/libid3tag/libid3tag_0.15.0b.oe @@ -5,9 +5,9 @@ RDEPENDS = "libc6" DEPENDS = "virtual/libc zlib" DESCRIPTION = "Library for interacting with ID3 tags." -SRC_URI = ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.0b.tar.gz +SRC_URI = "ftp://ftp.mars.org/pub/mpeg/libid3tag-${PV}.tar.gz " S = "${WORKDIR}/libid3tag-${PV}" inherit autotools libtool -EXTRA_OECONF="-enable-speed --enable-shared --enable-static" +EXTRA_OECONF = "-enable-speed" -- cgit 1.2.3-korg