[oe-commits] [meta-openembedded] 25/38: drop lxdm_%.bbappend

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 18:10:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 27f6310660cf5aa6b4cf98ddf2c6618bcc344873
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Fri Jun 28 23:22:57 2019 +0800

    drop lxdm_%.bbappend
    
    Since xfce4-panel use lxdm to replace dm-tool, the fake gdmflexiserver
    is not necessary, drop bbappend to follow Yocto Project Compatible
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver | 3 ---
 meta-xfce/recipes-graphics/lxdm/lxdm_%.bbappend     | 7 -------
 2 files changed, 10 deletions(-)

diff --git a/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver b/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
deleted file mode 100644
index 4be65c0..0000000
--- a/meta-xfce/recipes-graphics/lxdm/lxdm/gdmflexiserver
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-/usr/sbin/lxdm -c USER_SWITCH
diff --git a/meta-xfce/recipes-graphics/lxdm/lxdm_%.bbappend b/meta-xfce/recipes-graphics/lxdm/lxdm_%.bbappend
deleted file mode 100644
index 4a799a9..0000000
--- a/meta-xfce/recipes-graphics/lxdm/lxdm_%.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-FILESEXTRAPATHS_append := "${THISDIR}/${BPN}:"
-
-SRC_URI += "file://gdmflexiserver"
-
-do_install_append () {
-    install -D -m 0755 ${WORKDIR}/gdmflexiserver ${D}${bindir}/gdmflexiserver
-}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list