summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxdm/lxdm_0.4.1.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-10-30 09:46:40 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-10-30 09:46:40 +0100
commit0cc697317b996ed0ac2c2b42208f0799d0f51b16 (patch)
tree19ee740b92a83a76d56bb29342ee3a116184054b /recipes-lxde/lxdm/lxdm_0.4.1.bb
parent9546fc6aa55c9dd516151900f7f467c8a6d53fb6 (diff)
lxdm: remove LXDM 0.4.1 in favor of LXDM 0.5 of meta-openembeddeddaisy
Remove LXDM 0.4.1 receipts in favor of LXDM 0.5 from meta-openembedded. The version 0.5 also supports systemd-logind as login/session manager which allows to remove now unsupported ConsoleKit without losing functionality.
Diffstat (limited to 'recipes-lxde/lxdm/lxdm_0.4.1.bb')
-rw-r--r--recipes-lxde/lxdm/lxdm_0.4.1.bb49
1 files changed, 0 insertions, 49 deletions
diff --git a/recipes-lxde/lxdm/lxdm_0.4.1.bb b/recipes-lxde/lxdm/lxdm_0.4.1.bb
deleted file mode 100644
index 50552e3..0000000
--- a/recipes-lxde/lxdm/lxdm_0.4.1.bb
+++ /dev/null
@@ -1,49 +0,0 @@
-DESCRIPTION = "LXDE Display Manager"
-HOMEPAGE = "http://lxde.org/"
-SECTION = "x11"
-
-PR = "r4"
-
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-DEPENDS += "virtual/libintl intltool-native iso-codes gtk+ consolekit libxcb ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
-
-RDEPENDS_${PN} = "xinit"
-
-RCONFLICTS_${PN} = "xserver-nodm-init"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
- file://${P}-pam_console-disable.patch \
- file://${P}-git-fix-null-pointer-deref.patch \
- file://${P}-use-oe-pam-config.patch \
- file://${P}-use-xserver-script.patch \
- file://${P}-oe-xsession.patch \
- file://${P}-uclibc-friendly.patch \
- file://xinitrc \
- file://init \
- file://missingAM_GLIB_GNU_GETTEXT.patch \
- file://fix_event_check_bug_caused_cpu_100.patch \
- file://lxdm-configure-ac.patch \
-"
-SRC_URI[md5sum] = "8da1cfc2be6dc9217c85a7cf51e1e821"
-SRC_URI[sha256sum] = "9e0d0a5672fcf31a18de8178ce73eab1723d6ae7097dfe41e9fe2c46e180cf08"
-
-EXTRA_OECONF += "--enable-password --with-x --with-xconn=xcb"
-
-inherit autotools pkgconfig gettext update-rc.d
-
-INITSCRIPT_NAME = "lxdm"
-INITSCRIPT_PARAMS = "start 9 5 2 . stop 20 0 1 6 ."
-
-do_configure_prepend() {
- cp ${STAGING_DATADIR}/gettext/po/Makefile.in.in ${S}/po/
-}
-
-do_install_append () {
- rm ${D}/${sysconfdir}/pam.d/lxdm
- install -d ${D}/${sysconfdir}/lxdm
- install -d ${D}/${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/xinitrc ${D}/${sysconfdir}/lxdm
- install -m 0755 ${WORKDIR}/init ${D}/etc/init.d/lxdm
-}