diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2018-04-10 23:02:09 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-05-01 18:11:03 -0700 |
| commit | ddda5e7b68a7df73e28099dafeaf77f29e0575d3 (patch) | |
| tree | caa615adca220e063d4e5c35f3d81d9a4d360d65 /meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch | |
| parent | 663bc6f0160adb570c3a7d0b64d1f7f60cb2269e (diff) | |
| download | meta-openembedded-ddda5e7b68a7df73e28099dafeaf77f29e0575d3.tar.gz | |
klibc-2.0.4: refresh patches (using devtool)
Silence warnings about ingnored context.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch index 1b033acc42..04c97fc5ee 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch +++ b/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-include-linux-sysinfo.h-directly.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From ab060a57b41f989665ade20e813bbcb67f91f1f2 Mon Sep 17 00:00:00 2001 | 1 | From d966d52d1e569cbc2293d841285e2b8941f28c61 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Sun, 9 Jul 2017 15:56:28 -0700 | 3 | Date: Sun, 9 Jul 2017 15:56:28 -0700 |
| 4 | Subject: [PATCH] include linux/sysinfo.h directly | 4 | Subject: [PATCH] include linux/sysinfo.h directly |
| @@ -10,12 +10,13 @@ but until its done in right place, change the local header | |||
| 10 | override to avoid this assumption | 10 | override to avoid this assumption |
| 11 | 11 | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | |||
| 13 | --- | 14 | --- |
| 14 | usr/include/sys/sysinfo.h | 2 +- | 15 | usr/include/sys/sysinfo.h | 2 +- |
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 16 | 17 | ||
| 17 | diff --git a/usr/include/sys/sysinfo.h b/usr/include/sys/sysinfo.h | 18 | diff --git a/usr/include/sys/sysinfo.h b/usr/include/sys/sysinfo.h |
| 18 | index dba68dc6..d145c0b1 100644 | 19 | index dba68dc..d145c0b 100644 |
| 19 | --- a/usr/include/sys/sysinfo.h | 20 | --- a/usr/include/sys/sysinfo.h |
| 20 | +++ b/usr/include/sys/sysinfo.h | 21 | +++ b/usr/include/sys/sysinfo.h |
| 21 | @@ -5,7 +5,7 @@ | 22 | @@ -5,7 +5,7 @@ |
| @@ -27,6 +28,3 @@ index dba68dc6..d145c0b1 100644 | |||
| 27 | 28 | ||
| 28 | extern int sysinfo(struct sysinfo *info); | 29 | extern int sysinfo(struct sysinfo *info); |
| 29 | 30 | ||
| 30 | -- | ||
| 31 | 2.13.2 | ||
| 32 | |||
