developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | SUMMARY = "OpenSource MultiAP Agent implementation" |
2 | LICENSE = "BSD-2-Clause-Patent" | ||||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e1988ff7324cb957bcbf231f1bc6486c" | ||||
4 | |||||
5 | S = "${WORKDIR}/git" | ||||
6 | |||||
7 | SRC_URI = "git://github.com/TechnicolorEDGM/multiap_agent.git;protocol=https" | ||||
8 | |||||
9 | SRCREV = "${AUTOREV}" | ||||
10 | |||||
11 | S = "${WORKDIR}/git" | ||||
12 | |||||
13 | #CFLAGS_append = " " | ||||
14 | |||||
15 | #LDFLAGS_append = " " | ||||
16 | |||||
17 | do_install () { | ||||
18 | install -d ${D}/usr/bin | ||||
19 | } |