[oe-commits] [meta-openembedded] 45/64: lxdm: update to 0.5.3

git at git.openembedded.org git at git.openembedded.org
Mon Feb 15 09:25:22 UTC 2016


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

commit 5a1ca9185dcd0835e5102e4a2d0c56bef0e98716
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Wed Feb 10 09:31:13 2016 +0100

    lxdm: update to 0.5.3
    
    * we go back to released sources
    * parts of patch 0002.. were applied - have tried to discuss with project's
      maintainer without success
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../lxdm/0002-let-autotools-create-lxdm.conf.patch | 29 +---------------------
 .../lxdm/{lxdm_git.bb => lxdm_0.5.3.bb}            |  8 +++---
 2 files changed, 4 insertions(+), 33 deletions(-)

diff --git a/meta-oe/recipes-graphics/lxdm/lxdm/0002-let-autotools-create-lxdm.conf.patch b/meta-oe/recipes-graphics/lxdm/lxdm/0002-let-autotools-create-lxdm.conf.patch
index 43f542a..75dc10c 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm/0002-let-autotools-create-lxdm.conf.patch
+++ b/meta-oe/recipes-graphics/lxdm/lxdm/0002-let-autotools-create-lxdm.conf.patch
@@ -14,36 +14,9 @@ Upstream-Status: submitted [1]
 
 Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
 ---
- configure.ac      | 1 +
- data/Makefile.am  | 5 -----
  data/lxdm.conf.in | 2 +-
- 3 files changed, 2 insertions(+), 6 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index f28c89a..a2fff5b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -183,6 +183,7 @@ AC_CONFIG_FILES([
- 	data/PreReboot
- 	data/PreShutdown
- 	data/LoginReady
-+	data/lxdm.conf
- ])
- AC_CONFIG_FILES([data/lxdm], [chmod +x data/lxdm])
- AC_OUTPUT
-diff --git a/data/Makefile.am b/data/Makefile.am
-index 9500da9..ad64b11 100644
---- a/data/Makefile.am
-+++ b/data/Makefile.am
-@@ -1,8 +1,3 @@
--FULL_LIBEXECDIR=$(libexecdir)
--
--lxdm.conf: lxdm.conf.in
--	cat lxdm.conf.in | sed 's, at FULL_LIBEXECDIR@,$(FULL_LIBEXECDIR),' > $@
--
- NULL=
- 
- sbin_SCRIPTS = lxdm
 diff --git a/data/lxdm.conf.in b/data/lxdm.conf.in
 index d93f280..6206262 100644
 --- a/data/lxdm.conf.in
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb
similarity index 93%
rename from meta-oe/recipes-graphics/lxdm/lxdm_git.bb
rename to meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb
index 29b8dc5..2277092 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
+++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb
@@ -3,15 +3,15 @@ HOMEPAGE = "http://blog.lxde.org/?p=531"
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SRC_URI = " \
-    git://lxde.git.sourceforge.net/gitroot/lxde/${BPN};branch=master \
+    ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}%20${PV}/${BPN}-${PV}.tar.xz \
     file://lxdm.conf \
     ${@base_contains('DISTRO_FEATURES', 'pam', 'file://lxdm-pam file://lxdm-pam-debug', '', d)} \
     ${@base_contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \
     file://0002-let-autotools-create-lxdm.conf.patch \
 "
+SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0"
+SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f"
 
-SRCREV = "bf90ec7df5ff6745f703500c5792c344fbaef301"
-PV = "0.5.0+git${SRCPV}"
 PE = "1"
 
 DEPENDS = "virtual/libintl intltool-native cairo dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango iso-codes"
@@ -24,8 +24,6 @@ inherit autotools pkgconfig gettext systemd distro_features_check
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"
 
-S = "${WORKDIR}/git"
-
 CFLAGS_append = " -fno-builtin-fork -fno-builtin-memset -fno-builtin-strstr "
 
 EXTRA_OECONF += "--enable-gtk3=no --enable-password=yes --with-x -with-xconn=xcb \

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


More information about the Openembedded-commits mailing list