diff options
Diffstat (limited to 'recipes/matchbox-session/matchbox-session.bb')
-rw-r--r-- | recipes/matchbox-session/matchbox-session.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/matchbox-session/matchbox-session.bb b/recipes/matchbox-session/matchbox-session.bb index 9976251961..f872a21f53 100644 --- a/recipes/matchbox-session/matchbox-session.bb +++ b/recipes/matchbox-session/matchbox-session.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Matchbox session support" RDEPENDS_${PN} = "matchbox-common" # they do the same in other way -RCONFLICTS = "gpe-session-scripts" +RCONFLICTS_${PN} = "gpe-session-scripts" do_install() { install -d ${D}${sysconfdir}/X11/Xsession.d/ |