blob: 4c8dc153f8d73cdebd094b00b69ee51e6fd9b208 [file] [log] [blame]
Ken Chencdaafde2018-02-12 10:28:04 +08001FILESEXTRAPATHS_prepend_centriq2400-rep := "${THISDIR}/${PN}:"
2inherit obmc-phosphor-license
3
4SRC_URI += "file://centriq-2400rep-console-client.sh"
5
6do_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