diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-18 03:50:45 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-04 22:16:15 +0000 |
commit | c8876ab96c70793b2617534d79cd7f27bfbbb398 (patch) | |
tree | fef606f5de963590bd64b6a5d453039c0f2d3fcc /recipes-demo-hmi/agl-service-radio | |
parent | 981760a5075e6d36994cd37acaa78b84eba71e56 (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/agl-service-radio')
-rw-r--r-- | recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb b/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb new file mode 100644 index 000000000..bab9f1303 --- /dev/null +++ b/recipes-demo-hmi/agl-service-radio/agl-service-radio_git.bb @@ -0,0 +1,20 @@ +SUMMARY = "Radio Service Binding" +DESCRIPTION = "AGL Radio Service Binding" +HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/agl-service-radio" +SECTION = "apps" + + +LICENSE = "Apache-2.0 & GPLv2+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984 \ + file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-radio;protocol=http" +SRCREV = "${AUTOREV}" + +PV = "1.0+git${SRCPV}" +S = "${WORKDIR}/git" + +# build-time dependencies +DEPENDS = "rtl-sdr glib-2.0 pulseaudio alsa-lib" + +inherit cmake aglwgt pkgconfig |