]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-wm-2: Fix incorrect update-alternatives
authorMark Hatle <mark.hatle@windriver.com>
Tue, 17 Apr 2012 22:05:52 +0000 (17:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Apr 2012 22:15:14 +0000 (23:15 +0100)
Update-alternatives was pointing to matchbox-session, and should have
been pointing to matchbox-window-manager.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb

index 99617283982b6eae087352d280ffed0883dd7f64..4aad3a95663b39cb68dcfdb4f57e27a6f02aacea 100644 (file)
@@ -7,7 +7,7 @@ DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pa
 
 SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869"
 PV = "0.1+git${SRCPV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;proto=git \
        file://fix_makefile.patch \
@@ -22,7 +22,7 @@ inherit autotools pkgconfig update-alternatives
 # matchbox-window-manager-2.
 ALTERNATIVE_NAME = "x-window-manager"
 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
-ALTERNATIVE_PATH = "${bindir}/matchbox-session"
+ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager"
 ALTERNATIVE_PRIORITY = "10"
 
 PACKAGES =+ "libmatchbox2"