aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend
blob: 1dccee5dea1d4fdb4a64f6c8f0df8efc4bb689b7 (plain)
1
2
3
4
5
6
7
8
PRINC := "${@int(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"))
}