meta-agl-devel: remove meta-agl-wireless-monitor
[AGL/meta-agl-devel.git] / meta-oem-production-readiness / meta-agl-basesystem / recipes-support / ps-communication / ps-communication_1.0.0.bb
1 SUMMARY = "ps-communication for AGL software"
2 DESCRIPTION = "ps-communication to build AGL software"
3 LICENSE = "Apache-2.0"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
5
6 DEPENDS += " \
7     ns-frameworkunified \
8     ps-communicationsubcpu \
9 "
10
11 PV = "1.0.0+gitr${SRCPV}"
12 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
13 SRCREV := "${BASESYSTEM_REVISION}"
14
15 S = "${WORKDIR}/git/service/peripheral/communication"
16
17 inherit agl-basesystem-common
18
19 BSMAKE_FILE = "Makefile.client"
20
21 RDEPENDS:${PN} += " \
22     ns-frameworkunified \
23     ps-communicationsubcpu \
24 "