aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2014-05-26 18:05:53 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:25:41 +0200
commit74c3fdbcd8dcbda2ed5bb6b1930c124f43335cb3 (patch)
tree7920357403d0f0dc57c3edaa8ea92d3a71a92521
parent3801a2a8fde43832b705d48d257acf6a7707a7d4 (diff)
downloadmeta-openembedded-contrib-74c3fdbcd8dcbda2ed5bb6b1930c124f43335cb3.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb2
1 files changed, 1 insertions, 1 deletions
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 3c7944dcc2..371344d9cd 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 ;).