From c8876ab96c70793b2617534d79cd7f27bfbbb398 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 18 Aug 2017 03:50:45 +0300 Subject: agl-service-radio: add recipe for newly standalone binding Now that the radio binding is standalone their needs to be a recipe to build it, and a RDEPENDS added to the radio application. Bug-AGL: SPEC-834 Change-Id: I1d830181c6dcd12036b8e39d0442e010d579194e Signed-off-by: Matt Ranostay --- recipes-demo-hmi/radio/radio_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-demo-hmi/radio/radio_git.bb') diff --git a/recipes-demo-hmi/radio/radio_git.bb b/recipes-demo-hmi/radio/radio_git.bb index ca75f2d7..41e78d35 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 glib-2.0 pulseaudio alsa-lib" +DEPENDS = "qtquickcontrols2" inherit qmake5 aglwgt @@ -37,3 +37,5 @@ FILES_${PN} += " \ /home/root/app-data/radio/presets-*.conf \ /home/root/app-data/radio/presets.conf \ " + +RDEPENDS_${PN} += "agl-service-radio" -- cgit 1.2.3-korg