Skip to content
Snippets Groups Projects
Commit 0373c281 authored by philippe coval's avatar philippe coval :speech_balloon:
Browse files

vending-machine-control-application: Introduce control app recipe

Relate-to: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/230
Forwarded: https://git.ostc-eu.org/distro/oniro/-/merge_requests/354


Signed-off-by: default avatarPhilippe Coval <philippe.coval@huawei.com>
parent f5ecae6d
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
HOMEPAGE = "https://git.ostc-eu.org/distro/components/vending-machine-control-application"
SUMMARY = "Vending Machine control Application"
DESCRIPTION = "Vending machine server for UI app to control IO"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675"
SRC_URI = "git://git.ostc-eu.org/distro/components/${BPN};protocol=https;branch=main;"
SRCREV = "e21c34cdd9b554978a80699f44fe35077b0dbb90"
S = "${WORKDIR}/git"
DEPENDS="json-c libwebsockets"
inherit pkgconfig features_check
EXTRA_OEMAKE += "DESTDIR=${D}"
do_install() {
oe_runmake install
}
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