Ken Chen | cdaafde | 2018-02-12 10:28:04 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend_centriq2400-rep := "${THISDIR}/${PN}:" |
2 | inherit obmc-phosphor-license | ||||
3 | |||||
4 | SRC_URI += "file://centriq-2400rep-console-client.sh" | ||||
5 | |||||
6 | do_install() { | ||||
7 | install -d ${D}${bindir} | ||||
8 | install -m 0755 ${WORKDIR}/centriq-2400rep-console-client.sh ${D}${bindir}/centriq-2400rep-console-client.sh | ||||
9 | } | ||||
10 |