diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2017-09-06 10:05:11 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-13 11:13:19 +0200 |
commit | f922d30f9d4c62d84a83072b5c2ef0b064c9c27d (patch) | |
tree | a4ebf60f54c50ee544d7d1ef24b442e0ed181f6f /meta-xfce/recipes-multimedia/xfce4-mpc-plugin | |
parent | f441696b676db76f7c97379ed05f9029597dcd78 (diff) | |
download | meta-openembedded-f922d30f9d4c62d84a83072b5c2ef0b064c9c27d.tar.gz |
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>
Diffstat (limited to 'meta-xfce/recipes-multimedia/xfce4-mpc-plugin')
-rw-r--r-- | meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb index f709e4da9..9f501f796 100644 --- a/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb +++ b/meta-xfce/recipes-multimedia/xfce4-mpc-plugin/xfce4-mpc-plugin_0.5.0.bb | |||
@@ -8,6 +8,9 @@ inherit xfce-panel-plugin | |||
8 | 8 | ||
9 | DEPENDS += "libmpd" | 9 | DEPENDS += "libmpd" |
10 | 10 | ||
11 | # While this item does not require it, it depends on mpd which does | ||
12 | LICENSE_FLAGS = "commercial" | ||
13 | |||
11 | # for now we recommend our own mpd-server | 14 | # for now we recommend our own mpd-server |
12 | RRECOMMENDS_${PN} = "mpd" | 15 | RRECOMMENDS_${PN} = "mpd" |
13 | 16 | ||