[oe-commits] Ash Charles : networkmanager: correct test libs install source

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:03 UTC 2014


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

Author: Ash Charles <ashcharles at gmail.com>
Date:   Mon May 26 18:05:53 2014 -0700

networkmanager: correct test libs install source

When building out-of-tree, the test binaries are available in the build
directory, not the source directory.

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

---

 meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb
index 3c7944d..371344d 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb
@@ -55,7 +55,7 @@ do_install_append () {
     install -d ${D}${sysconfdir}/dbus-1/event.d
     # Additional test binaries
     install -d ${D}${bindir}
-    install -m 0755 ${S}/test/.libs/libnm* ${D}${bindir}
+    install -m 0755 ${B}/test/.libs/libnm* ${D}${bindir}
 
     # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o.
     # With or without VPN support built in ;).



More information about the Openembedded-commits mailing list