[oe-commits] Frans Meulenbroeks : mythtv: made it compile for armv5te too

git version control git at git.openembedded.org
Wed Oct 28 22:20:49 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Oct 28 23:20:09 2009 +0100

mythtv: made it compile for armv5te too

---

 recipes/mythtv/mythtv_0.22rc1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/mythtv/mythtv_0.22rc1.bb b/recipes/mythtv/mythtv_0.22rc1.bb
index 399ddb3..b7cadb3 100644
--- a/recipes/mythtv/mythtv_0.22rc1.bb
+++ b/recipes/mythtv/mythtv_0.22rc1.bb
@@ -5,7 +5,7 @@ inherit qmake2 qt4x11
 DEFAULT_PREFERENCE = "-1"
 
 PV = "0.21+0.22rc1"
-PR = "r1"
+PR = "r2"
 REALPV = "0.22"
 
 SRC_URI = "ftp://ftp.osuosl.org/pub/mythtv/mythtv-0.22rc1.tar.bz2"
@@ -44,6 +44,7 @@ python __anonymous () {
 }
 
 EXTRA_MYTHTVCONF_armv7a  = "--cpu=cortex-a8"
+EXTRA_MYTHTVCONF_armv5te  = "--cpu=armv5te"
 EXTRA_MYTHTVCONF ?= ""
 
 EXTRA_OECONF = " \





More information about the Openembedded-commits mailing list