22 lines
574 B
BlitzBasic
Executable File
22 lines
574 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://pre_heat.c \
|
|
file://pre_heat.h \
|
|
file://lux_base.h \
|
|
file://pre_heat.json \
|
|
file://pre-heat.sh \
|
|
file://CMakeLists.txt "
|
|
|
|
S = "${WORKDIR}"
|
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
DEPENDS += "systemd dbus"
|
|
inherit pkgconfig cmake obmc-phosphor-systemd
|
|
SYSTEMD_SERVICE:${PN} = " pre-heat.service "
|