[oe-commits] Ash Charles : lxdm: Use lxdm.conf from build directory

git at git.openembedded.org git at git.openembedded.org
Wed Jun 4 09:43:39 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 842f34ce572d9e045e790605cffc0252ef8534ec
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=842f34ce572d9e045e790605cffc0252ef8534ec

Author: Ash Charles <ashcharles at gmail.com>
Date:   Mon May 26 13:42:25 2014 -0700

lxdm: Use lxdm.conf from build directory

The lxdm.conf is populated to the build/data directory, not
the source directory.

Upstream-Status: Inappropriate (configuration)

Signed-off-by: Ash Charles <ashcharles at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
index c602ad3..dc40fb2 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
+++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
@@ -42,7 +42,7 @@ do_compile_append() {
         -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \
         ${S}/data/lxdm.conf.in
     # add default configuration
-    oe_runmake -C ${S}/data lxdm.conf
+    oe_runmake -C ${B}/data lxdm.conf
 }
 
 do_install_append() {



More information about the Openembedded-commits mailing list