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