diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-06 19:11:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-06 19:11:54 +0100 |
commit | f75f8d6bc249c4bd68d439b8e416075bb8002162 (patch) | |
tree | 34696967786e9c9b6d729dfeae7b6ab9b449bbec /recipes/tasks | |
parent | 02d121a09405743b16fd7950232466337169c969 (diff) |
task-shr-feed: add qi and qi-ubi
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-shr-feed.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index 1339f26108..be55bd225d 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Feed" -PR = "r33" +PR = "r34" PV = "1.0" LICENSE = "GPL" @@ -263,4 +263,6 @@ RDEPENDS_${PN} += "\ make \ dnsmasq \ libsyncml \ + qi \ + qi-ubi \ " |