aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend
blob: 378631eb9ebdfe0fa8dc2c6f475df4a63c3a33ef (plain)
1
2
3
4
5
6
7
8
PRINC = "1"

# gnome-common is GPLv3 so we drop this dependency
# if INCOMPATIBLE_LICENSE contains GPLv3
python () {
    if (d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1:
        d.setVar("DEPENDS", " ".join(i for i in d.getVar("DEPENDS").split() if i != "gnome-common" and i != "gconf" and i != "gconf-native"))
}