blob: 823e1a2bbc3eec262b97d0fb9fcf0ebf7c3f376b [file] [log] [blame]
Mike Garrett2a616512021-08-27 16:55:17 -05001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3FILES:${PN} += "${sysconfdir}/nbd-proxy/state"
4SRC_URI += "file://state_hook"
5
6do_install:append() {
7 install -d ${D}${sysconfdir}/nbd-proxy/
Andrew Geissler91a1cec2024-06-26 11:06:48 -04008 install -m 0755 ${UNPACKDIR}/state_hook ${D}${sysconfdir}/nbd-proxy/state
Mike Garrett2a616512021-08-27 16:55:17 -05009}