diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-19 10:29:35 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-19 10:29:35 +0100 |
commit | 98025ddf1bc3b0a1f6181eeef1133ebdb73a76ec (patch) | |
tree | a44d3fbc01740005aed75e76b662299ff3a8f1ff /recipes/tasks/task-shr-minimal.bb | |
parent | 3a2a7101e3b8fb2fe2eeb31eb0cc85be25a06d7c (diff) |
task-shr-minimal: pull in libcanberra-alsa for now until fsodeviced does it properly
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/tasks/task-shr-minimal.bb')
-rw-r--r-- | recipes/tasks/task-shr-minimal.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/tasks/task-shr-minimal.bb b/recipes/tasks/task-shr-minimal.bb index 9b5ae8ccd7..43d2eed107 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 = "r15" +PR = "r16" PV = "2.0" LICENSE = "GPL" @@ -99,6 +99,8 @@ RDEPENDS_${PN}-fso = "\ RDEPENDS_${PN}-audio = "\ alsa-utils-aplay \ alsa-utils-amixer \ + #FIXME: libcanberra-alsa should be pulled in by fsodeviced but isn't + libcanberra-alsa \ " RDEPENDS_${PN}-audio_append_om-gta01 = "\ |