developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 1 | SUMMARY = "OpenSource Multiapcontroller implementation" |
| 2 | LICENSE = "BSD-2-Clause-Patent" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5d0e19d5fa4af3f7d9817fb77a9bfb1" |
| 4 | |
| 5 | DEPENDS = "openssl libpcap" |
| 6 | S = "${WORKDIR}/git" |
| 7 | |
| 8 | SRC_URI = "git://github.com/TechnicolorEDGM/multiap_controller.git;protocol=https" |
| 9 | |
| 10 | SRCREV = "${AUTOREV}" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | CFLAGS_append = " \ |
| 15 | " |
| 16 | |
| 17 | LDFLAGS_append = " \ |
| 18 | -lpthread \ |
| 19 | -lpcap \ |
| 20 | -lcrypto \ |
| 21 | -lrt \ |
| 22 | " |
| 23 | |
| 24 | do_install () { |
| 25 | # Config files and scripts |
| 26 | install -d ${D}/usr/bin |
| 27 | } |