mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-20 17:47:14 +00:00
c61dc077bb
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
295 B
BlitzBasic
14 lines
295 B
BlitzBasic
SUMMARY = "All packages multimedia packages available for XFCE"
|
|
|
|
inherit packagegroup
|
|
|
|
# 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 \
|
|
"
|