[oe-commits] Martin Jansa : azy: 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: d1810d6043d2c630e92c8ff82016330e9237a1b5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d1810d6043d2c630e92c8ff82016330e9237a1b5

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

azy: fix build for B!=S

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

---

 meta-efl/recipes-efl/efl/azy_svn.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb
index 97c509b..cb180fb 100644
--- a/meta-efl/recipes-efl/efl/azy_svn.bb
+++ b/meta-efl/recipes-efl/efl/azy_svn.bb
@@ -22,7 +22,7 @@ do_configure_prepend_class-target() {
 
 do_install_append_class-native() {
     install -d ${D}/${bindir}
-    install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}/azy_lemon
+    install -m 0755 ${B}/src/bin/lemon ${D}/${bindir}/azy_lemon
 }
 
 inherit efl



More information about the Openembedded-commits mailing list