diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 14:39:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:14:33 +0100 |
commit | 408008ac093722cbc05626d096f99214c0eb2c24 (patch) | |
tree | a880a325bda576c5f23c51de7a765bc6690b96fa /meta/packages/libogg | |
parent | 9f3641cc00542162e189d2ed17348c6955b45149 (diff) | |
download | poky-408008ac093722cbc05626d096f99214c0eb2c24.tar.gz |
libogg: Upgraded to version 1.2.0
Remove m4.patch since the change has already in the upstream
Change SRC_URI because version 1.2.0 doesn't exist in the old address
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/libogg')
-rw-r--r-- | meta/packages/libogg/libogg/m4.patch | 11 | ||||
-rw-r--r-- | meta/packages/libogg/libogg_1.2.0.bb (renamed from meta/packages/libogg/libogg_1.1.bb) | 5 |
2 files changed, 2 insertions, 14 deletions
diff --git a/meta/packages/libogg/libogg/m4.patch b/meta/packages/libogg/libogg/m4.patch deleted file mode 100644 index 66239f4f68..0000000000 --- a/meta/packages/libogg/libogg/m4.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- libogg-1.1/ogg.m4.orig 2003-03-08 03:44:29 +0100 | ||
2 | +++ libogg-1.1/ogg.m4 2004-08-12 11:26:46 +0200 | ||
3 | @@ -5,7 +5,7 @@ | ||
4 | dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) | ||
5 | dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS | ||
6 | dnl | ||
7 | -AC_DEFUN(XIPH_PATH_OGG, | ||
8 | +AC_DEFUN([XIPH_PATH_OGG], | ||
9 | [dnl | ||
10 | dnl Get the cflags and libraries | ||
11 | dnl | ||
diff --git a/meta/packages/libogg/libogg_1.1.bb b/meta/packages/libogg/libogg_1.2.0.bb index 7108876e9f..fd176a47b9 100644 --- a/meta/packages/libogg/libogg_1.1.bb +++ b/meta/packages/libogg/libogg_1.2.0.bb | |||
@@ -3,9 +3,8 @@ DESCRIPTION = "libogg is the bitstream and framing library \ | |||
3 | for the Ogg project. It provides functions which are \ | 3 | for the Ogg project. It provides functions which are \ |
4 | necessary to codec libraries like libvorbis." | 4 | necessary to codec libraries like libvorbis." |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | PR = "r4" | 6 | PR = "r0" |
7 | 7 | ||
8 | SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \ | 8 | SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" |
9 | file://m4.patch;patch=1" | ||
10 | 9 | ||
11 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |