diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-05-26 13:42:25 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:25:41 +0200 |
commit | 3801a2a8fde43832b705d48d257acf6a7707a7d4 (patch) | |
tree | 581174571a0387b9185184a8e09ebb43e7a5ae4e /meta-oe/recipes-graphics/lxdm | |
parent | 1c2147485f2db7b0e917d0ad0aaa58898d5477b1 (diff) | |
download | meta-openembedded-3801a2a8fde43832b705d48d257acf6a7707a7d4.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lxdm')
-rw-r--r-- | meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb index c602ad381..dc40fb2d3 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() { | |||
42 | -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \ | 42 | -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \ |
43 | ${S}/data/lxdm.conf.in | 43 | ${S}/data/lxdm.conf.in |
44 | # add default configuration | 44 | # add default configuration |
45 | oe_runmake -C ${S}/data lxdm.conf | 45 | oe_runmake -C ${B}/data lxdm.conf |
46 | } | 46 | } |
47 | 47 | ||
48 | do_install_append() { | 48 | do_install_append() { |