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