[oe-commits] Martin Jansa : task-shr-feed: fix machine override

git version control git at git.openembedded.org
Wed Feb 24 08:29:16 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Feb 24 09:03:49 2010 +0100

task-shr-feed: fix machine override

* Never += to override variable as it appends to empty override variable
  which is later used instead of that variable without override

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/tasks/task-shr-feed.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index d0c1b1f..e856930 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "SHR Feed"
-PR = "r40"
+PR = "r41"
 PV = "1.0"
 LICENSE = "GPL"
 
@@ -280,4 +280,4 @@ RDEPENDS_${PN} += "\
 "
 
 # this is only usefull on gta02 and on other devices it's trying to pull mesa-dri (not respecting DEFAULT_PROVIDER for virtual/libgl)
-RDEPENDS_${PN}_om-gta02 += "glamo-dri-tests"
+RDEPENDS_${PN}_append_om-gta02 = "glamo-dri-tests"





More information about the Openembedded-commits mailing list