diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-08-27 08:36:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-27 14:41:59 +0200 |
commit | b4d98cfc53994d71ce404a4534549ff4a9d4e672 (patch) | |
tree | e5e35c522fd5391d611b317bfbd18c257cce15a0 /meta-xfce/recipes-xfce/xfwm4 | |
parent | 213f18c766af0e7abe0a8e85137214af770456d4 (diff) | |
download | meta-openembedded-b4d98cfc53994d71ce404a4534549ff4a9d4e672.tar.gz |
xfwm4: cleanup update-alternatives deprecated code
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfwm4')
-rw-r--r-- | meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb index 299c7ad6b..304ff6616 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.8.3.bb | |||
@@ -3,6 +3,7 @@ SECTION = "x11/wm" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855" |
5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification" | 5 | DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | inherit xfce update-alternatives | 8 | inherit xfce update-alternatives |
8 | 9 | ||
@@ -18,10 +19,9 @@ python populate_packages_prepend () { | |||
18 | 19 | ||
19 | PACKAGES_DYNAMIC += "xfwm4-theme-*" | 20 | PACKAGES_DYNAMIC += "xfwm4-theme-*" |
20 | 21 | ||
21 | ALTERNATIVE_NAME = "x-window-manager" | 22 | ALTERNATIVE_${PN} = "x-window-manager" |
22 | ALTERNATIVE_LINK = "${bindir}/x-window-manager" | 23 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" |
23 | ALTERNATIVE_PATH = "${bindir}/xfce4-session" | 24 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" |
24 | ALTERNATIVE_PRIORITY = "30" | ||
25 | 25 | ||
26 | RDEPENDS_${PN} = "xfwm4-theme-default" | 26 | RDEPENDS_${PN} = "xfwm4-theme-default" |
27 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ | 27 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ |