[oe-commits] Koen Kooi : gstreamer-ti: only patch in omapfb for armv7a

git version control git at git.openembedded.org
Thu Sep 17 18:07:10 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b4aa04a13fe93a15d8735294a528e102132a44fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b4aa04a13fe93a15d8735294a528e102132a44fc

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Sep 17 20:05:11 2009 +0200

gstreamer-ti: only patch in omapfb for armv7a

---

 recipes/ti/gstreamer-ti_svn.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb
index 537a2f9..f8ae1e1 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}"





More information about the Openembedded-commits mailing list