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
20 lines
630 B
BlitzBasic
20 lines
630 B
BlitzBasic
SUMMARY = "Tools for GUPnP"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "gupnp gssdp gtk+3 libsoup-3.0 libxml2 glib-2.0 "
|
|
|
|
inherit gnomebase features_check pkgconfig gettext gtk-icon-cache
|
|
|
|
ANY_OF_DISTRO_FEATURES = "x11 wayland"
|
|
|
|
SRC_URI[archive.sha256sum] = "53cf93123f397e8f8f0b8e9e4364c86a7502a5334f4c0be2e054a824478bd5ba"
|
|
|
|
PACKAGECONFIG ??= "av-tools"
|
|
PACKAGECONFIG[av-tools] = "-Dav-tools=true,-Dav-tools=false,gupnp-av"
|
|
PACKAGECONFIG[gtksourceview] = ",,gtksourceview4"
|
|
|
|
CFLAGS += "-Wno-deprecated-declarations"
|
|
|
|
RRECOMMENDS:${PN} = "adwaita-icon-theme"
|