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
367 B
BlitzBasic
17 lines
367 B
BlitzBasic
SUMMARY = "All packages multimedia packages available for XFCE"
|
|
|
|
inherit packagegroup features_check
|
|
|
|
# parole needs x11
|
|
REQUIRED_DISTRO_FEATURES = "pam x11"
|
|
|
|
# While this item does not require it, it depends on xfmpc and xfc4-mpc-plugin
|
|
# that wants mpd which does
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
parole \
|
|
xfmpc \
|
|
xfce4-mpc-plugin \
|
|
"
|