diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-01 20:45:04 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-02 09:42:13 +0100 |
commit | f2f69d9ae0d32b5adff4987d12a7c4924e24555c (patch) | |
tree | 1544bcefc641c1e6fa46db64db616b681d69e6ab /recipes/tasks/task-shr-minimal.bb | |
parent | 32b8772ca7061c1c26ec499c4cbf1a7bf5f1073c (diff) |
task-shr-minimal: add phoneui-apps-quick-settings
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/tasks/task-shr-minimal.bb')
-rw-r--r-- | recipes/tasks/task-shr-minimal.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index fb483dd5e3..c82e6d0aea 100644 --- a/recipes/tasks/task-shr-minimal.bb +++ b/recipes/tasks/task-shr-minimal.bb @@ -1,5 +1,5 @@ DESCRIPTION = "SHR Lite Image Feed" -PR = "r25" +PR = "r26" PV = "2.0" LICENSE = "GPL" @@ -123,6 +123,7 @@ RDEPENDS_${PN}-apps = "\ phoneui-apps-messages \ phoneui-apps-contacts \ phoneui-apps-dialer \ + phoneui-apps-quick-settings \ phonefsod \ phoneuid \ libphone-ui \ |