From ffe695ee46c822502231e62da7796010c908a5bf Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Tue, 2 Oct 2018 20:51:15 +0000 Subject: [PATCH] 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 --- recipes-demo-hmi/homescreen/homescreen_git.bb | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.16.6