68417d9a8ea6ee02a128d8d2b4b3cdd347c6e227
[AGL/meta-agl-devel.git] /
1 SUMMARY = "agl-service-ss-powerservice for AGL software"
2 DESCRIPTION = "agl-service-ss-powerserice to build AGL software"
3 LICENSE = "Apache-2.0"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
5
6 DEPENDS += " \
7     ss-interfaceunified \
8     ss-romaccesslibrary \
9     ns-frameworkunified \
10     os-posixbasedos001legacylibrary \
11 "
12
13 PV = "1.0.0+gitr${SRCPV}"
14 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
15 SRCREV := "${BASESYSTEM_REVISION}"
16
17 S = "${WORKDIR}/git/service/system/power_service"
18
19 inherit agl-basesystem-common
20
21 BSMAKE_FILE = "Makefile.server"
22
23 RDEPENDS_${PN} += " \
24     ss-interfaceunified \
25     ss-romaccesslibrary \
26     ns-frameworkunified \
27     os-posixbasedos001legacylibrary \
28 "