From f922d30f9d4c62d84a83072b5c2ef0b064c9c27d Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 6 Sep 2017 10:05:11 -0500 Subject: 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 --- meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb') diff --git a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb index 3d902a17b..869435d68 100644 --- a/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb +++ b/meta-xfce/recipes-multimedia/xfmpc/xfmpc_0.2.3.bb @@ -4,6 +4,9 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 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 RRECOMMENDS_${PN} = "mpd" -- cgit v1.2.3-54-g00ecf