aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/gstreamer-ti_svn.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-09-17 20:05:11 +0200
committerKoen Kooi <koen@openembedded.org>2009-09-17 20:05:11 +0200
commitb4aa04a13fe93a15d8735294a528e102132a44fc (patch)
tree366ad458d2ce5cd6c8371aa3696c12e61026958e /recipes/ti/gstreamer-ti_svn.bb
parentd96238b1773dabfdf3d6ea6ad7a2852d153416d4 (diff)
downloadopenembedded-b4aa04a13fe93a15d8735294a528e102132a44fc.tar.gz
gstreamer-ti: only patch in omapfb for armv7a
Diffstat (limited to 'recipes/ti/gstreamer-ti_svn.bb')
-rw-r--r--recipes/ti/gstreamer-ti_svn.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb
index 537a2f9cd4..f8ae1e1b7e 100644
--- a/recipes/ti/gstreamer-ti_svn.bb
+++ b/recipes/ti/gstreamer-ti_svn.bb
@@ -11,10 +11,13 @@ SRCREV = "335"
SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \
file://gstreamer-ti-tracker-824.patch;patch=1 \
file://gstreamer-ti-tracker-462.patch;patch=1 \
- file://gstreamer-ti-add-omapfb.patch;patch=1 \
file://gstreamer-ti-remove-mp3-decode-support-from-auddec1.patch;patch=1 \
"
+SRC_URI_append_armv7a = " \
+ file://gstreamer-ti-add-omapfb.patch;patch=1 \
+"
+
# Again, no '.' in PWD allowed :(
PR = "r36"
PV = "svnr${SRCREV}"