summaryrefslogtreecommitdiff
path: root/meta/packages/tremor/tremor_20041119.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 16:45:38 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:01 +0100
commit0bcc994c953875012b7f95945d31b7b8f6f2deb4 (patch)
tree5e06b593de802692b4adcec6bdf981c4261d0f15 /meta/packages/tremor/tremor_20041119.bb
parent6daa344f8c45e5a56e6578bdb96be2b0bad7c432 (diff)
downloadopenembedded-core-0bcc994c953875012b7f95945d31b7b8f6f2deb4.tar.gz
openembedded-core-0bcc994c953875012b7f95945d31b7b8f6f2deb4.tar.bz2
openembedded-core-0bcc994c953875012b7f95945d31b7b8f6f2deb4.tar.xz
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>
Diffstat (limited to 'meta/packages/tremor/tremor_20041119.bb')
-rw-r--r--meta/packages/tremor/tremor_20041119.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb
deleted file mode 100644
index 36b9c81bd..000000000
--- a/meta/packages/tremor/tremor_20041119.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "libogg"
-DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
-LICENSE = "BSD"
-SRCDATE = "${PV}"
-PR = "r2"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=4573;proto=http"
-
-S = "${WORKDIR}/Tremor"
-
-inherit autotools
-
-EXTRA_OECONF=" --enable-shared --disable-rpath "
-
-ARM_INSTRUCTION_SET = "arm"