Ken Chen | 6288c9c | 2018-02-12 10:28:04 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS_prepend_centriq2400-rep := "${THISDIR}/${PN}:" |
Brad Bishop | 9921ced | 2018-11-07 12:50:34 -0800 | [diff] [blame] | 2 | LICENSE = "Apache-2.0" |
Brad Bishop | c3a3b64 | 2019-09-13 14:02:27 -0400 | [diff] [blame^] | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" |
Ken Chen | 6288c9c | 2018-02-12 10:28:04 +0800 | [diff] [blame] | 4 | |
| 5 | SRC_URI += "file://centriq-2400rep-console-client.sh" |
| 6 | |
| 7 | do_install() { |
| 8 | install -d ${D}${bindir} |
| 9 | install -m 0755 ${WORKDIR}/centriq-2400rep-console-client.sh ${D}${bindir}/centriq-2400rep-console-client.sh |
| 10 | } |
| 11 | |