]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-session: Should have high ALTERNATIE_PRIORITY than mini-x-session
authorSaul Wold <sgw@linux.intel.com>
Thu, 6 Sep 2012 21:58:33 +0000 (14:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Sep 2012 22:57:55 +0000 (23:57 +0100)
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!

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb

index f4be2799471e9b60a909b20d510be8f92cde11bc..b9e83a555269be136dfa6037a2e131bae368d8ac 100644 (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}