diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-30 00:29:33 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-05 19:28:28 +0200 |
| commit | 8acb143f454d84192a809e1ff785932b9d16e7e4 (patch) | |
| tree | b89808a03a76f0df55cac79072e606cf322e195a | |
| parent | 50c14d2535046e4d5bc5a00f4a3d171d9c5a053e (diff) | |
| download | meta-openembedded-8acb143f454d84192a809e1ff785932b9d16e7e4.tar.gz | |
utouch: Fix build on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/utouch/files/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch | 29 | ||||
| -rw-r--r-- | meta-oe/recipes-support/utouch/utouch-frame_git.bb | 4 |
2 files changed, 32 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/utouch/files/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch b/meta-oe/recipes-support/utouch/files/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch new file mode 100644 index 0000000000..f3c8eeb418 --- /dev/null +++ b/meta-oe/recipes-support/utouch/files/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | From 08b17ec505e09e8f5a4d73ffc3aa61561ec2e0da Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Thu, 30 Mar 2017 00:27:54 -0700 | ||
| 4 | Subject: [PATCH] include sys/stat.h for fixing build issue on musl | ||
| 5 | |||
| 6 | error: field has incomplete | ||
| 7 | type 'struct stat' | ||
| 8 | struct stat fs; | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | tools/utouch-frame-test-mtdev.c | 1 + | ||
| 13 | 1 file changed, 1 insertion(+) | ||
| 14 | |||
| 15 | diff --git a/tools/utouch-frame-test-mtdev.c b/tools/utouch-frame-test-mtdev.c | ||
| 16 | index 5253320..2032af4 100644 | ||
| 17 | --- a/tools/utouch-frame-test-mtdev.c | ||
| 18 | +++ b/tools/utouch-frame-test-mtdev.c | ||
| 19 | @@ -30,6 +30,7 @@ | ||
| 20 | #include <stdio.h> | ||
| 21 | #include <unistd.h> | ||
| 22 | #include <fcntl.h> | ||
| 23 | +#include <sys/stat.h> | ||
| 24 | #include "common-defs.h" | ||
| 25 | |||
| 26 | struct frame_test { | ||
| 27 | -- | ||
| 28 | 2.12.1 | ||
| 29 | |||
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index 6ec566ddb2..39d46af8e9 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb | |||
| @@ -10,7 +10,9 @@ DEPENDS += "mtdev utouch-evemu" | |||
| 10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 11 | 11 | ||
| 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ | 12 | SRC_URI = "git://bitmath.org/git/frame.git;protocol=http \ |
| 13 | file://remove-man-page-creation.patch" | 13 | file://remove-man-page-creation.patch \ |
| 14 | file://0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch \ | ||
| 15 | " | ||
| 14 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" | 16 | SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc" |
| 15 | 17 | ||
| 16 | PV = "1.1.2+git${SRCPV}" | 18 | PV = "1.1.2+git${SRCPV}" |
