From: Stephane Desneux Date: Tue, 2 Oct 2018 20:51:15 +0000 (+0000) Subject: homescreen: remove useless dependency to pulseaudio X-Git-Tag: 6.99.1~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=ffe695ee46c822502231e62da7796010c908a5bf homescreen: remove useless dependency to pulseaudio Review #15855 removed the dependency to pulseaudio in homescreen source code. So the DEPENDS at recipe level is not needed anymore and can be removed. Without this change, there's a build error when pulseaudio is diabled. Bug-AGL: SPEC-1601 Change-Id: I365745290b7e2a06e45d0c55c57ee155167fad36 Signed-off-by: Stephane Desneux --- diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 74e3383a7..c8f5e253c 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -9,7 +9,6 @@ DEPENDS = "\ qtbase \ qtdeclarative \ qtquickcontrols2 \ - pulseaudio \ agl-service-homescreen \ agl-service-windowmanager-2017 \ agl-service-weather \