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>
This commit is contained in:
Saul Wold 2012-09-06 14:58:33 -07:00 committed by Richard Purdie
parent 0f55a58684
commit c92145c459
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ RCONFLICTS_${PN} = "matchbox-common"
SRC_URI = "file://matchbox-session"
S = "${WORKDIR}"
PR = "r3"
PR = "r4"
inherit update-alternatives
ALTERNATIVE_${PN} = "x-session-manager"
ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "10"
ALTERNATIVE_PRIORITY = "100"
do_install() {
install -d ${D}/${bindir}