21 lines
592 B
BlitzBasic
Executable File
21 lines
592 B
BlitzBasic
Executable File
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 " |