diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-06-24 11:47:02 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:44 +0100 |
commit | fff33f1c22c1b9276541273f27b651d755e3a42b (patch) | |
tree | 3f76e4586ad4f515e269079b4fe7e7ea62ed67ca /meta/recipes-extended/watchdog/watchdog_5.15.bb | |
parent | 1bf0944925dc0bb53b12b0f6623be0401e236e53 (diff) | |
download | poky-fff33f1c22c1b9276541273f27b651d755e3a42b.tar.gz |
watchdog: Fix build with musl
A similar patch has been submitted upstream
(From OE-Core rev: f6f531e7795dceefa8a42246cb9ed4efbffca2dd)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/watchdog/watchdog_5.15.bb')
-rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.15.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.15.bb b/meta/recipes-extended/watchdog/watchdog_5.15.bb index 76a3b427c8..ee1a8933ef 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.15.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.15.bb | |||
@@ -9,8 +9,9 @@ LICENSE = "GPL-2.0+" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecc0551bf54ad97f6b541720f84d6569" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ |
12 | file://watchdog-init.patch \ | 12 | file://0001-Include-linux-param.h-for-EXEC_PAGESIZE-definition.patch \ |
13 | file://watchdog-conf.patch \ | 13 | file://watchdog-init.patch \ |
14 | file://watchdog-conf.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI[md5sum] = "678c32f6f35a0492c9c1b76b4aa88828" | 17 | SRC_URI[md5sum] = "678c32f6f35a0492c9c1b76b4aa88828" |