mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
recipes-multimedia: Add LICENSE_FLAGS
Multiple recipes require other recipes which all are defined to have a LICENSE_FLAGS = "commercial". Set these referring packages to the same license flag so they are only enabled when their dependency is also enabled. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
parent
f441696b67
commit
f922d30f9d
|
|
@ -4,6 +4,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
|
||||||
|
|
||||||
inherit packagegroup
|
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} = " \
|
RDEPENDS_${PN} = " \
|
||||||
parole \
|
parole \
|
||||||
xfmpc \
|
xfmpc \
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@ inherit xfce-panel-plugin
|
||||||
|
|
||||||
DEPENDS += "libmpd"
|
DEPENDS += "libmpd"
|
||||||
|
|
||||||
|
# While this item does not require it, it depends on mpd which does
|
||||||
|
LICENSE_FLAGS = "commercial"
|
||||||
|
|
||||||
# for now we recommend our own mpd-server
|
# for now we recommend our own mpd-server
|
||||||
RRECOMMENDS_${PN} = "mpd"
|
RRECOMMENDS_${PN} = "mpd"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,9 @@ LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
DEPENDS = "gtk+ libxfce4util libxfce4ui libmpd vala-native"
|
DEPENDS = "gtk+ libxfce4util libxfce4ui libmpd vala-native"
|
||||||
|
|
||||||
|
# While this item does not require it, it depends on mpd which does
|
||||||
|
LICENSE_FLAGS = "commercial"
|
||||||
|
|
||||||
# for now we recommend our own mpd-server
|
# for now we recommend our own mpd-server
|
||||||
RRECOMMENDS_${PN} = "mpd"
|
RRECOMMENDS_${PN} = "mpd"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user