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 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 6 | SRC_URI = "git://github.com/TechnicolorEDGM/libmultiap_platform.git;protocol=https \ |
| 7 | file://0001-Makefile-changes.patch \ |
| 8 | " |
| 9 | |
| 10 | SRCREV = "${AUTOREV}" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | DEPENDS = "libuv" |
| 15 | |
| 16 | CFLAGS_append = " -I./include" |
| 17 | |
| 18 | LDFLAGS_append = " " |
| 19 | |
| 20 | do_install () { |
| 21 | # installing headers and libraries |
| 22 | install -d ${D}/usr/lib |
| 23 | } |