diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-13 10:55:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 12:30:21 +0200 |
commit | 2eadef304c4837f5489c30e785f24cd7f207dea3 (patch) | |
tree | e1038eda40a1a853229236d956df0de96b200ff2 /meta-efl/recipes-efl | |
parent | b6d91f59cf60e8675eabe62f1628ed779d9e41be (diff) | |
download | meta-openembedded-2eadef304c4837f5489c30e785f24cd7f207dea3.tar.gz |
exalt: fix build for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/exalt_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/e17/exalt_svn.bb b/meta-efl/recipes-efl/e17/exalt_svn.bb index 2993f5c91..1f1c8505d 100644 --- a/meta-efl/recipes-efl/e17/exalt_svn.bb +++ b/meta-efl/recipes-efl/e17/exalt_svn.bb | |||
@@ -23,11 +23,11 @@ EXTRA_OECONF = " \ | |||
23 | do_install_append() { | 23 | do_install_append() { |
24 | # install dbus config file | 24 | # install dbus config file |
25 | install -d ${D}${sysconfdir}/dbus-1/system.d/ | 25 | install -d ${D}${sysconfdir}/dbus-1/system.d/ |
26 | install -m 0644 data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf | 26 | install -m 0644 ${S}/data/daemon/dbus/exalt.conf ${D}${sysconfdir}/dbus-1/system.d/exalt.conf |
27 | 27 | ||
28 | # install dbus service file | 28 | # install dbus service file |
29 | install -d ${D}${datadir}/dbus-1/system-services/ | 29 | install -d ${D}${datadir}/dbus-1/system-services/ |
30 | install -m 0644 org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ | 30 | install -m 0644 ${B}/org.e.Exalt.service ${D}${datadir}/dbus-1/system-services/ |
31 | } | 31 | } |
32 | 32 | ||
33 | FILES_${PN} += "${datadir}/dbus-1" | 33 | FILES_${PN} += "${datadir}/dbus-1" |