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