[oe-commits] Martin Jansa : exalt: fix build for B!=S

git at git.openembedded.org git at git.openembedded.org
Thu May 15 23:11:48 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 2eadef304c4837f5489c30e785f24cd7f207dea3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2eadef304c4837f5489c30e785f24cd7f207dea3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue May 13 10:55:35 2014 +0200

exalt: fix build for B!=S

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/e17/exalt_svn.bb | 4 ++--
 1 file 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 2993f5c..1f1c850 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 = " \
 do_install_append() {
     # install dbus config file
     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 -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"



More information about the Openembedded-commits mailing list