summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-04-17 17:05:52 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-17 23:16:29 +0100
commitbb2929692ad0859c05a0f34da70b76bfe1d7bac0 (patch)
treee18e132418de7041c2984f34d0d03846a8825ced /meta/recipes-graphics
parentfcd707ed4b0d1270ad6e8e9da1531de95cf091ec (diff)
downloadpoky-bb2929692ad0859c05a0f34da70b76bfe1d7bac0.tar.gz
matchbox-wm-2: Fix incorrect update-alternatives
Update-alternatives was pointing to matchbox-session, and should have been pointing to matchbox-window-manager. (From OE-Core rev: 9c08dcf468fd41897627d9efc650c74f8f5d8ed0) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
index 9961728398..4aad3a9566 100644
--- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
+++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pa
7 7
8SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" 8SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
9PV = "0.1+git${SRCPV}" 9PV = "0.1+git${SRCPV}"
10PR = "r0" 10PR = "r1"
11 11
12SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \ 12SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \
13 file://fix_makefile.patch \ 13 file://fix_makefile.patch \
@@ -22,7 +22,7 @@ inherit autotools pkgconfig update-alternatives
22# matchbox-window-manager-2. 22# matchbox-window-manager-2.
23ALTERNATIVE_NAME = "x-window-manager" 23ALTERNATIVE_NAME = "x-window-manager"
24ALTERNATIVE_LINK = "${bindir}/x-window-manager" 24ALTERNATIVE_LINK = "${bindir}/x-window-manager"
25ALTERNATIVE_PATH = "${bindir}/matchbox-session" 25ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager"
26ALTERNATIVE_PRIORITY = "10" 26ALTERNATIVE_PRIORITY = "10"
27 27
28PACKAGES =+ "libmatchbox2" 28PACKAGES =+ "libmatchbox2"