diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-09-06 14:58:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-07 00:07:41 +0100 |
commit | c92145c459fca3907f15d1be96169adb3dbd7ef4 (patch) | |
tree | 1a682a71031f33de16b0bb24931ac2b16eca2b4d | |
parent | 0f55a5868457300a3defc7fa7451ef191d19e018 (diff) | |
download | poky-c92145c459fca3907f15d1be96169adb3dbd7ef4.tar.gz |
matchbox-session: Should have high ALTERNATIE_PRIORITY than mini-x-session
By having a high priority it will be installed instead of the mini-x-session
when both are in a give set of packagegroups, as it stands now the
mini-x-session is installed by default on sato which is wrong!
(From OE-Core rev: d9fde0aaab26cbd657ffa56781754c85eec6f83a)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | 4 |
1 files changed, 2 insertions, 2 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 f4be279947..b9e83a5552 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,13 @@ 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 = "r3" | 14 | PR = "r4" |
15 | 15 | ||
16 | inherit update-alternatives | 16 | inherit update-alternatives |
17 | 17 | ||
18 | ALTERNATIVE_${PN} = "x-session-manager" | 18 | ALTERNATIVE_${PN} = "x-session-manager" |
19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" |
20 | ALTERNATIVE_PRIORITY = "10" | 20 | ALTERNATIVE_PRIORITY = "100" |
21 | 21 | ||
22 | do_install() { | 22 | do_install() { |
23 | install -d ${D}/${bindir} | 23 | install -d ${D}/${bindir} |