aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/tremor/tremor_20120314.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 17:28:12 +0100
commitda42bb17aff90f5c6da04b34225aab4d76ab8654 (patch)
treef6b711ec7416745a5ec8f50dcfd2a83be5ce9e3a /meta/recipes-multimedia/tremor/tremor_20120314.bb
parent9dce5c79354359c0c7c513b6650891a6efce0e66 (diff)
downloadopenembedded-core-contrib-da42bb17aff90f5c6da04b34225aab4d76ab8654.tar.gz
tremor: update to 20150107 (svn r19427)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/tremor/tremor_20120314.bb')
-rw-r--r--meta/recipes-multimedia/tremor/tremor_20120314.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb
deleted file mode 100644
index afc78ac424..0000000000
--- a/meta/recipes-multimedia/tremor/tremor_20120314.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "Fixed-point decoder"
-DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
-SECTION = "libs"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
- file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
-DEPENDS = "libogg"
-SRCDATE = "${PV}"
-PR = "r1"
-
-SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
- file://obsolete_automake_macros.patch;striplevel=0 \
- file://tremor-arm-thumb2.patch \
-"
-
-S = "${WORKDIR}/Tremor"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--enable-shared"
-
-ARM_INSTRUCTION_SET = "arm"