summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb')
-rw-r--r--meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
index df9f2ab603..dc10031b3c 100644
--- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
+++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
2HOMEPAGE = "http://www.matchbox-project.org/" 2HOMEPAGE = "http://www.matchbox-project.org/"
3BUGTRACKER = "http://bugzilla.openedhand.com/" 3BUGTRACKER = "http://bugzilla.openedhand.com/"
4 4
5LICENSE = "GPL" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea" 6LIC_FILES_CHKSUM = "file://matchbox-session;endline=20;md5=180f1c169a15d059a56c30094f6fb5ea"
7 7
8SECTION = "x11" 8SECTION = "x11"
@@ -11,6 +11,8 @@ RCONFLICTS = "matchbox-common"
11SRC_URI = "file://matchbox-session" 11SRC_URI = "file://matchbox-session"
12S = "${WORKDIR}" 12S = "${WORKDIR}"
13 13
14PR = "r1"
15
14inherit update-alternatives 16inherit update-alternatives
15 17
16ALTERNATIVE_NAME = "x-session-manager" 18ALTERNATIVE_NAME = "x-session-manager"