diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-05-26 18:05:53 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:25:41 +0200 |
commit | 74c3fdbcd8dcbda2ed5bb6b1930c124f43335cb3 (patch) | |
tree | 7920357403d0f0dc57c3edaa8ea92d3a71a92521 /meta-oe | |
parent | 3801a2a8fde43832b705d48d257acf6a7707a7d4 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 |
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 3c7944dcc..371344d9c 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 () { | |||
55 | install -d ${D}${sysconfdir}/dbus-1/event.d | 55 | install -d ${D}${sysconfdir}/dbus-1/event.d |
56 | # Additional test binaries | 56 | # Additional test binaries |
57 | install -d ${D}${bindir} | 57 | install -d ${D}${bindir} |
58 | install -m 0755 ${S}/test/.libs/libnm* ${D}${bindir} | 58 | install -m 0755 ${B}/test/.libs/libnm* ${D}${bindir} |
59 | 59 | ||
60 | # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. | 60 | # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. |
61 | # With or without VPN support built in ;). | 61 | # With or without VPN support built in ;). |