From 8d83315527fa7def46074ef677426c05c65e1cf2 Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Mon, 26 May 2014 18:05:53 -0700 Subject: [PATCH] networkmanager: correct test libs install source 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 Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb index 3c7944d..371344d 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb +++ b/meta-openembedded/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 ;). -- 2.7.4