networkmanager: correct test libs install source
authorAsh Charles <ashcharles@gmail.com>
Tue, 27 May 2014 01:05:53 +0000 (18:05 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:38:36 +0000 (08:38 -0800)
When building out-of-tree, the test binaries are available in the build
directory, not the source directory.

(From meta-openembedded rev: 74c3fdbcd8dcbda2ed5bb6b1930c124f43335cb3)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb

index 3c7944d..371344d 100644 (file)
@@ -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 ;).