[oe] [meta-xfce][PATCH] xfce4-session: Take the precedence over mini-x-session

Adam YH Lee adam.yh.lee at gmail.com
Mon Apr 7 21:30:03 UTC 2014


If x11-base is included in the image, XFCE4 session does not correctly
start because mini-x-session has higher priority at 50.
---
 .../xfce4-session/xfce4-session_4.10.1.bb          |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
index f7aec5e..74289fb 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.10.1.bb
@@ -15,6 +15,7 @@ SRC_URI += " \
 
 ALTERNATIVE_${PN} = "x-session-manager"
 ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session"
+ALTERNATIVE_PRIORITY_${PN} = "100"
 
 # protect from frightening message that xfce might not work correctly
 pkg_postinst_${PN} () {
-- 
1.7.9.5




More information about the Openembedded-devel mailing list