diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 16:45:38 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:01 +0100 |
commit | 0bcc994c953875012b7f95945d31b7b8f6f2deb4 (patch) | |
tree | 5e06b593de802692b4adcec6bdf981c4261d0f15 | |
parent | 6daa344f8c45e5a56e6578bdb96be2b0bad7c432 (diff) | |
download | openembedded-core-0bcc994c953875012b7f95945d31b7b8f6f2deb4.tar.gz openembedded-core-0bcc994c953875012b7f95945d31b7b8f6f2deb4.tar.bz2 openembedded-core-0bcc994c953875012b7f95945d31b7b8f6f2deb4.zip |
tremor: Upgraded to version 20100422
No other changes except bb file rename and PR reset
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/packages/tremor/tremor_20100422.bb (renamed from meta/packages/tremor/tremor_20041119.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20100422.bb index 36b9c81bd3..b13b4b3748 100644 --- a/meta/packages/tremor/tremor_20041119.bb +++ b/meta/packages/tremor/tremor_20100422.bb @@ -4,9 +4,9 @@ DEPENDS = "libogg" DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." LICENSE = "BSD" SRCDATE = "${PV}" -PR = "r2" +PR = "r0" -SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http" +SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=17157;proto=http" S = "${WORKDIR}/Tremor" |