From 5a7d852a94e78cf3461ab7e6c94d385147624b9d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Apr 2012 22:00:56 -0700 Subject: connman: Fix linking with gold linker Fixes errors like below /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__start___debug' is not defined locally /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__stop___debug' is not defined locally collect2: ld returned 1 exit status make[1]: *** [plugins/loopback.la] Error 1 (From OE-Core rev: 3e6e97b40f8cb9568993c5cc65d73189ec6b7b8a) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/connman/connman_0.79.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/connman/connman_0.79.bb') diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb index f87c4dd3a0..da48e94932 100644 --- a/meta/recipes-connectivity/connman/connman_0.79.bb +++ b/meta/recipes-connectivity/connman/connman_0.79.bb @@ -6,6 +6,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ file://add_xuser_dbus_permission.patch \ file://ethernet_default.patch \ file://disable_alg-test.patch \ + file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \ file://connman" S = "${WORKDIR}/git" -PR = "r1" +PR = "r2" -- cgit v1.2.3-54-g00ecf