diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-26 16:49:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-15 14:26:31 +0100 |
commit | 0409ee3c4ed85b624b0ccd45ac32a666fd808ff5 (patch) | |
tree | 7d081991cf3f8463bd0a4cede1c5f5931931cc7f /meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb | |
parent | 1025e4ab0cba808a37a4ea218aab36851441b5b2 (diff) | |
download | poky-0409ee3c4ed85b624b0ccd45ac32a666fd808ff5.tar.gz |
matchbox-wm-2: cleanup update-alternatives deprecated code
(From OE-Core rev: a19cd0521c181962605250d83327ebeeb7c46366)
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-wm-2/matchbox-wm-2_git.bb')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_git.bb | 7 |
1 files changed, 3 insertions, 4 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 8b162be392..7369339899 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 | ||
8 | SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" | 8 | SRCREV = "01fa5465743c9ee43d040350f4405d35293e4869" |
9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \ | 12 | SRC_URI = "git://git.yoctoproject.org/matchbox-window-manager-2;protocol=git \ |
13 | file://fix_makefile.patch \ | 13 | file://fix_makefile.patch \ |
@@ -20,9 +20,8 @@ inherit autotools pkgconfig update-alternatives | |||
20 | # Change this to x-session-manager->matchbox-session and put in | 20 | # Change this to x-session-manager->matchbox-session and put in |
21 | # matchbox-session, then change this to x-window-manager to | 21 | # matchbox-session, then change this to x-window-manager to |
22 | # matchbox-window-manager-2. | 22 | # matchbox-window-manager-2. |
23 | ALTERNATIVE_NAME = "x-window-manager" | 23 | ALTERNATIVE_${PN} = "x-window-manager" |
24 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 24 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/matchbox-window-manager" |
25 | ALTERNATIVE_PATH = "${bindir}/matchbox-window-manager" | ||
26 | ALTERNATIVE_PRIORITY = "10" | 25 | ALTERNATIVE_PRIORITY = "10" |
27 | 26 | ||
28 | PACKAGES =+ "libmatchbox2" | 27 | PACKAGES =+ "libmatchbox2" |