diff options
Diffstat (limited to 'meta/recipes-graphics/matchbox-session')
-rw-r--r-- | meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | 7 |
1 files changed, 3 insertions, 4 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 3faa16c099..f4be279947 100644 --- a/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb +++ b/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | |||
@@ -11,13 +11,12 @@ RCONFLICTS_${PN} = "matchbox-common" | |||
11 | SRC_URI = "file://matchbox-session" | 11 | SRC_URI = "file://matchbox-session" |
12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
13 | 13 | ||
14 | PR = "r2" | 14 | PR = "r3" |
15 | 15 | ||
16 | inherit update-alternatives | 16 | inherit update-alternatives |
17 | 17 | ||
18 | ALTERNATIVE_NAME = "x-session-manager" | 18 | ALTERNATIVE_${PN} = "x-session-manager" |
19 | ALTERNATIVE_LINK = "${bindir}/x-session-manager" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" |
20 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | ||
21 | ALTERNATIVE_PRIORITY = "10" | 20 | ALTERNATIVE_PRIORITY = "10" |
22 | 21 | ||
23 | do_install() { | 22 | do_install() { |