summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-07-26 16:51:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-15 14:26:31 +0100
commit69e160949d640df6b3742e9aed749d3d1298ebfb (patch)
tree4a3112fd38c90563106fd94aea3c8c3b6d1c9f0c /meta/recipes-graphics
parent0409ee3c4ed85b624b0ccd45ac32a666fd808ff5 (diff)
downloadpoky-69e160949d640df6b3742e9aed749d3d1298ebfb.tar.gz
matchbox-session: cleanup update-alternatives deprecated code
(From OE-Core rev: 46ce038d6c06eac7f34023b47bc80ef4ce61fb67) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb7
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"
11SRC_URI = "file://matchbox-session" 11SRC_URI = "file://matchbox-session"
12S = "${WORKDIR}" 12S = "${WORKDIR}"
13 13
14PR = "r2" 14PR = "r3"
15 15
16inherit update-alternatives 16inherit update-alternatives
17 17
18ALTERNATIVE_NAME = "x-session-manager" 18ALTERNATIVE_${PN} = "x-session-manager"
19ALTERNATIVE_LINK = "${bindir}/x-session-manager" 19ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session"
20ALTERNATIVE_PATH = "${bindir}/matchbox-session"
21ALTERNATIVE_PRIORITY = "10" 20ALTERNATIVE_PRIORITY = "10"
22 21
23do_install() { 22do_install() {