Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
LICENSE = "CLOSED"
|
||||
SRC_URI += " \
|
||||
file://cJSON.c \
|
||||
file://cJSON.h \
|
||||
file://lux_json_api.c \
|
||||
file://lux_json_api.h \
|
||||
file://lux_system_api.c \
|
||||
file://lux_system_api.h \
|
||||
file://cover_heat.c \
|
||||
file://cover_heat.h \
|
||||
file://lux_base.h \
|
||||
file://cover_heat.json \
|
||||
file://cover_heat_12fan.json \
|
||||
file://CMakeLists.txt "
|
||||
|
||||
S = "${WORKDIR}"
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
DEPENDS += "systemd dbus"
|
||||
inherit pkgconfig cmake obmc-phosphor-systemd
|
||||
SYSTEMD_SERVICE:${PN} = "cover-heat.service "
|
||||
Reference in New Issue
Block a user