mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 08:27:15 +00:00
exalt: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
b6d91f59cf
commit
2eadef304c
@ -23,11 +23,11 @@ EXTRA_OECONF = " \
|
|||||||
do_install_append() {
|
do_install_append() {
|
||||||
# install dbus config file
|
# install dbus config file
|
||||||
install -d ${D}${sysconfdir}/dbus-1/system.d/
|
install -d ${D}${sysconfdir}/dbus-1/system.d/
|
||||||
install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf
|
install -m 0644 ${S}/data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf
|
||||||
|
|
||||||
# install dbus service file
|
# install dbus service file
|
||||||
install -d ${D}${datadir}/dbus-1/system-services/
|
install -d ${D}${datadir}/dbus-1/system-services/
|
||||||
install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/
|
install -m 0644 ${B}/org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/dbus-1"
|
FILES_${PN} += "${datadir}/dbus-1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user