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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia 2019-06-28 23:22:57 +08:00 committed by Khem Raj
parent 19c7cbc51a
commit 213ae66b04
2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
/usr/sbin/lxdm -c USER_SWITCH

View File

@ -1,7 +0,0 @@
FILESEXTRAPATHS_append := "${THISDIR}/${BPN}:"
SRC_URI += "file://gdmflexiserver"
do_install_append () {
install -D -m 0755 ${WORKDIR}/gdmflexiserver ${D}${bindir}/gdmflexiserver
}