diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-07-20 15:45:51 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-27 10:41:32 +0000 |
commit | 7bd4a23770b9aabbd95fa0ab3699f2df42e96d81 (patch) | |
tree | 0ebf65651fd1e51cf1b61d9ff9897b96c2f1c92a /recipes-demo-hmi/radio | |
parent | 740d8399a333a285d4cd7ac7ab3859e88025175a (diff) |
radio: remove useless dependency on pulseaudio
Radio application has no dependency on pulseaudio.
Bug-AGL: SPEC-1234
Change-Id: I46cf16aaa676153a87f6af3187f14359bd572f5d
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'recipes-demo-hmi/radio')
-rw-r--r-- | recipes-demo-hmi/radio/radio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/radio/radio_git.bb b/recipes-demo-hmi/radio/radio_git.bb index 4f8063a07..dedfd1fd9 100644 --- a/recipes-demo-hmi/radio/radio_git.bb +++ b/recipes-demo-hmi/radio/radio_git.bb @@ -18,7 +18,7 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" # build-time dependencies -DEPENDS = "qtquickcontrols2 rtl-sdr pulseaudio" +DEPENDS = "qtquickcontrols2 rtl-sdr" DEPENDS += "virtual/libhomescreen qlibwindowmanager" inherit qmake5 aglwgt |