diff options
| author | leimaohui <leimaohui@cn.fujitsu.com> | 2016-08-05 10:40:13 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-08 13:54:05 +0200 |
| commit | fdb1bbe2e6f8fabafa326d7e0d63e601c09a8915 (patch) | |
| tree | 2a8c6ad6453602d1fa1ae2ebb3e7c5ad5043a822 /meta-oe/recipes-support/daemontools/daemontools_0.76.bb | |
| parent | 92c500e967b241b9d91fbaba26a6d3cd065701f5 (diff) | |
| download | meta-openembedded-fdb1bbe2e6f8fabafa326d7e0d63e601c09a8915.tar.gz | |
daemontools: fix QA Issues for daemontools and fix a warning for daemontools-native
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/daemontools/daemontools_0.76.bb')
| -rw-r--r-- | meta-oe/recipes-support/daemontools/daemontools_0.76.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb index 161f92fc48..def58db3dc 100644 --- a/meta-oe/recipes-support/daemontools/daemontools_0.76.bb +++ b/meta-oe/recipes-support/daemontools/daemontools_0.76.bb | |||
| @@ -18,7 +18,10 @@ SRC_URI = "http://cr.yp.to/daemontools/${BPN}-${PV}.tar.gz \ | |||
| 18 | file://0001-error.h-include-errno.h-instead-of-extern-int.diff \ | 18 | file://0001-error.h-include-errno.h-instead-of-extern-int.diff \ |
| 19 | file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff " | 19 | file://0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff " |
| 20 | 20 | ||
| 21 | SRC_URI_append_class-target = "file://cross-compile.patch" | 21 | SRC_URI_append_class-target = "file://cross-compile.patch \ |
| 22 | file://0001-daemontools-Fix-QA-Issue.patch " | ||
| 23 | |||
| 24 | SRC_URI_append_class-native = "file://0001-daemontools-native-Fix-a-warning.patch " | ||
| 22 | 25 | ||
| 23 | SRC_URI[md5sum] = "1871af2453d6e464034968a0fbcb2bfc" | 26 | SRC_URI[md5sum] = "1871af2453d6e464034968a0fbcb2bfc" |
| 24 | SRC_URI[sha256sum] = "a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710df4c1f" | 27 | SRC_URI[sha256sum] = "a55535012b2be7a52dcd9eccabb9a198b13be50d0384143bd3b32b8710df4c1f" |
