diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-09-07 16:42:33 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-07 16:44:53 -0700 |
| commit | 65bc87247c4ee7dfede32398a20abafd2668f79f (patch) | |
| tree | 8f73f45f6921590d1259c17726190925b2c747bf /meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch | |
| parent | 730c85613ec718919bc0d155addfb9a20af112ad (diff) | |
| download | meta-openembedded-65bc87247c4ee7dfede32398a20abafd2668f79f.tar.gz | |
libforms: upgrade 1.2.3 -> 1.2.4
0001-Make-extern-declarations-in-header-file.patch
refreshed for new version.
0001-Modify-include-dir.patch
added to modify the dir of nonexist file.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch b/meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch new file mode 100644 index 0000000000..0b7c063804 --- /dev/null +++ b/meta-oe/recipes-graphics/libforms/files/0001-Modify-include-dir.patch | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | From d2d05928342f7f9f687ffea5e0b77f97f0ae5aad Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Wang Mingyu <wangmy@fujitsu.com> | ||
| 3 | Date: Wed, 7 Sep 2022 14:29:13 +0900 | ||
| 4 | Subject: [PATCH] Modify include dir | ||
| 5 | |||
| 6 | error messagge: | ||
| 7 | ../../xforms-1.2.4/lib/fd/cmdbr.h:28:10: fatal error: ../include/forms.h: No such file or directory | ||
| 8 | |||
| 9 | ../include/forms.h specified in the header file cmdbr.h is not exist. | ||
| 10 | |||
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 13 | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> | ||
| 14 | --- | ||
| 15 | lib/fd/cmdbr.h | 2 +- | ||
| 16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 17 | |||
| 18 | diff --git a/lib/fd/cmdbr.h b/lib/fd/cmdbr.h | ||
| 19 | index 8495e05..2ddeced 100644 | ||
| 20 | --- a/lib/fd/cmdbr.h | ||
| 21 | +++ b/lib/fd/cmdbr.h | ||
| 22 | @@ -25,7 +25,7 @@ | ||
| 23 | #ifndef FD_cmd_h_ | ||
| 24 | #define FD_cmd_h_ | ||
| 25 | |||
| 26 | -#include "../include/forms.h" | ||
| 27 | +#include "include/forms.h" | ||
| 28 | |||
| 29 | /* Callbacks, globals and object handlers */ | ||
| 30 | |||
| 31 | -- | ||
| 32 | 2.25.1 | ||
| 33 | |||
