task-shr-feed: fix machine override
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 24 Feb 2010 08:03:49 +0000 (09:03 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 24 Feb 2010 08:29:13 +0000 (09:29 +0100)
* 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@gmail.com>
recipes/tasks/task-shr-feed.bb

index d0c1b1f..e856930 100644 (file)
@@ -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"