mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-18 15:45:18 +01:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
|
|
SRC_URI += "file://resinhup"
|
|
|
|
do_install_append() {
|
|
install -d ${D}${bindir}
|
|
install -m 0755 ${WORKDIR}/resinhup ${D}${bindir}
|
|
}
|