Skip to content
Snippets Groups Projects
Commit 30f43db8 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

vending-machine-control-application: Bump to latest revision


1. this revision includes support for systemd notify (adapt the service
   and include a systemd dependency)
2. it also includes support for i2c pheripherals and libi2c is required
3. various other fixes are included with this bump
4. this change also cleans up the service file of unneeded dependencies
   and environment variables

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 7122ecda
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,9 @@ ...@@ -4,12 +4,9 @@
[Unit] [Unit]
Description=Vending Machine Control Application Description=Vending Machine Control Application
Requires=weston@root.service
After=weston@root.service
[Service] [Service]
Environment="WAYLAND_DISPLAY=wayland-0" Type=notify
Environment="XDG_RUNTIME_DIR=/run/user/0"
ExecStart=/usr/bin/vending-machine-control-application ExecStart=/usr/bin/vending-machine-control-application
Restart=always Restart=always
......
...@@ -9,11 +9,11 @@ LICENSE = "Apache-2.0" ...@@ -9,11 +9,11 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675" LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675"
SRC_URI = "git://booting.oniroproject.org/distro/components/${BPN};protocol=https;branch=main" SRC_URI = "git://booting.oniroproject.org/distro/components/${BPN};protocol=https;branch=main"
SRCREV = "a1a8ad59cbdbfae02270a1465c67d132b4eeb38c" SRCREV = "de63b97d58ed04052e58064a1228ed07d36b29e2"
SRC_URI += "file://${BPN}.service" SRC_URI += "file://${BPN}.service"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
DEPENDS="i2c-tools json-c libwebsockets" DEPENDS="systemd i2c-tools json-c libwebsockets"
inherit pkgconfig features_check systemd inherit pkgconfig features_check systemd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment