summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-07-31 17:28:13 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-07-31 17:28:13 +0200
commit3a3aacc590350e02a90856d215dc6e57047977cc (patch)
tree046a00e6ebcb79ce20a32e49609da05bb170d18b /meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service
parentdb0a49c12e175462206e43e9057fdbfe62d2bb49 (diff)
Add gitreview file for Prickly Pike branchpike_16.0.0pike_15.93.0pike/16.0.0pike/15.93.016.0.015.93.0
Update the .gitreview file. Bug-AGL: SPEC-4867 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I92a3427db5ef372f8f5a6e6e1f22cb052ea7bfb7
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service')
0 files changed, 0 insertions, 0 deletions
class="s2">"file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "file://can-dev-helper.service \ file://can-dev-helper.sh \ " inherit systemd allarch SYSTEMD_SERVICE:${PN} = "${BPN}.service" do_configure[noexec] = "1" do_compile[noexec] = "1" do_install() { install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service install -D -m 0755 ${WORKDIR}/${BPN}.sh ${D}${sbindir}/${BPN}.sh } FILES:${PN} += "${systemd_system_unitdir}" RDEPENDS:${PN} += "bash"