From 74c3fdbcd8dcbda2ed5bb6b1930c124f43335cb3 Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Mon, 26 May 2014 18:05:53 -0700 Subject: 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 Signed-off-by: Martin Jansa --- 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 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 ;). -- cgit 1.2.3-korg