summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor/tremor_20150107.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-08-12 18:39:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-16 22:40:55 +0100
commit6e1f77c3fe67a6a67d726eea1458be38e5dc5a2a (patch)
tree378fa648ca46915c72d1e59e72c9568c8173f48a /meta/recipes-multimedia/tremor/tremor_20150107.bb
parenta25e8bd47a654e5cc03d92f471e1e817c66f96c7 (diff)
downloadpoky-6e1f77c3fe67a6a67d726eea1458be38e5dc5a2a.tar.gz
tremor: update to 20150107 (svn r19427)
(From OE-Core rev: da42bb17aff90f5c6da04b34225aab4d76ab8654) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/tremor/tremor_20150107.bb')
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20150107.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20150107.bb b/meta/recipes-multimedia/tremor/tremor_20150107.bb
new file mode 100644
index 0000000000..6b1776ffff
--- /dev/null
+++ b/meta/recipes-multimedia/tremor/tremor_20150107.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Fixed-point decoder"
2DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
3SECTION = "libs"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
6 file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
7DEPENDS = "libogg"
8SRCDATE = "${PV}"
9PR = "r1"
10
11SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=19427;protocol=http \
12 file://obsolete_automake_macros.patch;striplevel=0 \
13 file://tremor-arm-thumb2.patch \
14"
15
16S = "${WORKDIR}/Tremor"
17
18inherit autotools pkgconfig
19
20EXTRA_OECONF = "--enable-shared"
21
22ARM_INSTRUCTION_SET = "arm"