Files
openwrt_yocto/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto.bb
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

15 lines
330 B
BlitzBasic

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f87516e0b698007e9e75a1fe1012b390"
require perfetto.inc
inherit meson
SRC_URI:append = " file://0001-meson-add-pc-file-for-lib_perfetto.patch"
LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed"
FILES:${PN} += "${datadir}"
BBCLASSEXTEND = "native nativesdk"