[oe-commits] [meta-openembedded] 15/15: daemontools: Fix a warning

git at git.openembedded.org git at git.openembedded.org
Fri May 27 13:41:32 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit bdeed4b4a95429523506a8f51715f52745dcbf2d
Author: leimaohui <leimaohui at cn.fujitsu.com>
AuthorDate: Tue May 17 11:32:19 2016 -0700

    daemontools: Fix a warning
    
    To fix the warning as following:
    
    WARNING: daemontools-native-0.76-r0 do_populate_sysroot: File 'usr/bin/chkshsgr' from daemontools-native was already stripped, this will prevent future debugging!
    
    Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../daemontools/0001-conf-ld-warning-fix.patch     | 26 ++++++++++++++++++++++
 .../daemontools/daemontools_0.76.bb                |  3 ++-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/daemontools/daemontools/0001-conf-ld-warning-fix.patch b/meta-oe/recipes-support/daemontools/daemontools/0001-conf-ld-warning-fix.patch
new file mode 100644
index 0000000..f7bce25
--- /dev/null
+++ b/meta-oe/recipes-support/daemontools/daemontools/0001-conf-ld-warning-fix.patch
@@ -0,0 +1,26 @@
+From aa246fb9055bdcb293e9daca571066b72adc1cb2 Mon Sep 17 00:00:00 2001
+From: Li Xin <lixin.fnst at cn.fujitsu.com>
+Date: Thu, 14 Jan 2016 17:54:27 +0900
+Subject: [PATCH] conf-ld: warning fix
+
+WARNING: File 'usr/bin/chkshsgr' from daemontools-native was already stripped, this will prevent future debugging!
+
+Upstream-Status: pending
+
+Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
+---
+ src/conf-ld | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/conf-ld b/src/conf-ld
+index 59a0de7..1d0518a 100644
+--- a/src/conf-ld
++++ b/src/conf-ld
+@@ -1,3 +1,3 @@
+-gcc -s
++gcc
+ 
+ This will be used to link .o files into an executable.
+-- 
+1.8.4.2
+
diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
index 161f92f..c3ce5d3 100644
--- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
+++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb
@@ -16,7 +16,8 @@ LICENSE = "PD"
 
 SRC_URI = "http://cr.yp.to/daemontools/${BPN}-${PV}.tar.gz \
            file://0001-error.h-include-errno.h-instead-of-extern-int.diff \
-           file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff "
+           file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff \
+           file://0001-conf-ld-warning-fix.patch "
 
 SRC_URI_append_class-target = "file://cross-compile.patch"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list