diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 16:51:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:31 +0100 |
commit | 69e160949d640df6b3742e9aed749d3d1298ebfb (patch) | |
tree | 4a3112fd38c90563106fd94aea3c8c3b6d1c9f0c /meta/recipes-graphics/matchbox-session | |
parent | 0409ee3c4ed85b624b0ccd45ac32a666fd808ff5 (diff) | |
download | poky-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/matchbox-session')
-rw-r--r-- | meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb | 7 |
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" | |||
11 | SRC_URI = "file://matchbox-session" | 11 | SRC_URI = "file://matchbox-session" |
12 | S = "${WORKDIR}" | 12 | S = "${WORKDIR}" |
13 | 13 | ||
14 | PR = "r2" | 14 | PR = "r3" |
15 | 15 | ||
16 | inherit update-alternatives | 16 | inherit update-alternatives |
17 | 17 | ||
18 | ALTERNATIVE_NAME = "x-session-manager" | 18 | ALTERNATIVE_${PN} = "x-session-manager" |
19 | ALTERNATIVE_LINK = "${bindir}/x-session-manager" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/matchbox-session" |
20 | ALTERNATIVE_PATH = "${bindir}/matchbox-session" | ||
21 | ALTERNATIVE_PRIORITY = "10" | 20 | ALTERNATIVE_PRIORITY = "10" |
22 | 21 | ||
23 | do_install() { | 22 | do_install() { |