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-06 23:57:55 +0100 |
commit | d9fde0aaab26cbd657ffa56781754c85eec6f83a (patch) | |
tree | a02b872b90198bccd9fd27ce3f62e485667ba54f /meta | |
parent | 610f8c0c0cab8e258919689fd641faec28b58caf (diff) | |
download | openembedded-core-d9fde0aaab26cbd657ffa56781754c85eec6f83a.tar.gz openembedded-core-d9fde0aaab26cbd657ffa56781754c85eec6f83a.tar.bz2 openembedded-core-d9fde0aaab26cbd657ffa56781754c85eec6f83a.zip |
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!
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" 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} |