Patrick Williams | 2390b1b | 2022-11-03 13:47:49 -0500 | [diff] [blame] | 1 | LICENSE = "Apache-2.0" |
2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390" | ||||
3 | |||||
4 | require perfetto.inc | ||||
5 | |||||
6 | inherit meson | ||||
7 | |||||
8 | SRC_URI:append = " file://0001-meson-add-pc-file-for-lib_perfetto.patch" | ||||
9 | |||||
10 | LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed" | ||||
11 | |||||
12 | FILES:${PN} += "${datadir}" | ||||
13 | |||||
14 | BBCLASSEXTEND = "native nativesdk" |