mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
9d559933d7
This is the default in the packagegroup and image classes. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@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 \
|
|
"
|