From 1cea70a354f155c2e802d1cd1b8d3218c099695b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 22 Apr 2008 21:28:47 +0000 Subject: libvorbis: Remove now uneeded hack git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4313 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/libvorbis/libvorbis/makefile.patch | 14 -------------- meta/packages/libvorbis/libvorbis_1.0.1.bb | 3 +-- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 meta/packages/libvorbis/libvorbis/makefile.patch diff --git a/meta/packages/libvorbis/libvorbis/makefile.patch b/meta/packages/libvorbis/libvorbis/makefile.patch deleted file mode 100644 index ecf41e357..000000000 --- a/meta/packages/libvorbis/libvorbis/makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ -# Breaks with libtool 2.2.2 - -Index: libvorbis-1.0.1/examples/Makefile.am -=================================================================== ---- libvorbis-1.0.1.orig/examples/Makefile.am 2008-04-15 17:48:52.000000000 +0100 -+++ libvorbis-1.0.1/examples/Makefile.am 2008-04-15 17:48:57.000000000 +0100 -@@ -7,7 +7,6 @@ - noinst_PROGRAMS = decoder_example encoder_example chaining_example\ - vorbisfile_example seeking_example - --LDFLAGS = -all-static - LDADD = ../lib/libvorbis.la - - decoder_example_SOURCES = decoder_example.c diff --git a/meta/packages/libvorbis/libvorbis_1.0.1.bb b/meta/packages/libvorbis/libvorbis_1.0.1.bb index 66e04ce58..6dd677a83 100644 --- a/meta/packages/libvorbis/libvorbis_1.0.1.bb +++ b/meta/packages/libvorbis/libvorbis_1.0.1.bb @@ -4,10 +4,9 @@ DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \ that is free of intellectual property restrictions. libvorbis \ is the main vorbis codec library." LICENSE = "BSD" -PR = "r4" +PR = "r5" SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \ - file://makefile.patch;patch=1 \ file://m4.patch;patch=1" inherit autotools pkgconfig -- cgit v1.2.3