[oe] [meta-oe][PATCH] lxdm: Use lxdm.conf from build directory

Ash Charles ashcharles at gmail.com
Mon May 26 20:42:25 UTC 2014


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>
---
 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() {
-- 
1.8.3.2




More information about the Openembedded-devel mailing list