From e6f96e2f5df95c5c466a014f69f748e0bcecde4f Mon Sep 17 00:00:00 2001 From: Jesse Zhang Date: Wed, 17 Jul 2013 16:40:46 +0800 Subject: tremor: add a patch to build with arm thumb Add IT instructions so that it builds with thumb tunes. ARM mode won't be affected since IT is a pseudo-instruction in ARM mode. (From OE-Core rev: b5187fa61b34ff94513fcf8f64ff5c588c211d06) Signed-off-by: Sen Zhang Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-multimedia/tremor/tremor_20120314.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-multimedia/tremor/tremor_20120314.bb') diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_20120314.bb index a11e799c00..d95fdf184f 100644 --- a/meta/recipes-multimedia/tremor/tremor_20120314.bb +++ b/meta/recipes-multimedia/tremor/tremor_20120314.bb @@ -10,6 +10,7 @@ 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" -- cgit v1.2.3-54-g00ecf