blob: 8d9577d5ff389e8020f0cd9e485bd18d8a46748a [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001From a43a3327ccd4b06a3bcf0c87d518a97c6b39ac02 Mon Sep 17 00:00:00 2001
2From: Lei Maohui <leimaohui@cn.fujitsu.com>
3Date: Sat, 6 Aug 2016 02:09:53 +0900
4Subject: [PATCH] daemontools: Fix a warning
5
6To fix the warning as following:
7
8WARNING: daemontools-native-0.76-r0 do_populate_sysroot: File '/build-poky/tmp/sysroots/x86_64-linux/usr/bin/chkshsgr' from daemontools-native was already stripped, this will prevent future debugging!
9
10Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
11---
12 src/conf-ld | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/src/conf-ld b/src/conf-ld
16index 59a0de7..1d0518a 100644
17--- a/src/conf-ld
18+++ b/src/conf-ld
19@@ -1,3 +1,3 @@
20-gcc -s
21+gcc
22
23 This will be used to link .o files into an executable.
24--
252.7.4
26