diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-10-02 20:51:15 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-10-02 20:54:00 +0000 |
commit | ffe695ee46c822502231e62da7796010c908a5bf (patch) | |
tree | a1bf6926d23570f72710e1a8007c14789a28d359 | |
parent | c9539d423beabc75245ae8f6eeadb2d18ad834c0 (diff) |
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 <stephane.desneux@iot.bzh>
-rw-r--r-- | recipes-demo-hmi/homescreen/homescreen_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |