mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
1c2147485f
commit
3801a2a8fd
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user