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
17 lines
501 B
BlitzBasic
17 lines
501 B
BlitzBasic
SUMMARY = "Pulseaudio mixer for the xfce panel"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
|
|
|
|
inherit xfce-panel-plugin features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
|
|
|
|
DEPENDS += "dbus-glib pulseaudio"
|
|
|
|
SRC_URI[sha256sum] = "bd742b207c39c221e91c57c9c9be2839eb802d1b1ee01a02b7427cd02d3f0348"
|
|
|
|
PACKAGECONFIG ??= "libnotify"
|
|
PACKAGECONFIG[libnotify] = "--enable-libnotify,--disable-libnotify,libnotify"
|
|
|
|
RRECOMMENDS:${PN} = "pavucontrol"
|