aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato/packagegroups/packagegroup-core-x11-sato.bbappend
blob: c40f51d361f5922c7379eb59ac1ada9f73ac3177 (plain)
1
2
3
4
5
6
7
# Remove gaku from the apps as it depends 
# on gstreamer which is currently unsupported
python __anonymous () {
    rdepvar = "RDEPENDS_%s-apps" % (d.getVar("PN", True))
    rdep = d.getVar(rdepvar, True)
    d.setVar(rdepvar, rdep.replace("gaku", ""))
}