]> code.ossystems Code Review - openembedded-core.git/blob
a4ce70a9abd90912fd686777762fee39125bd8f7
[openembedded-core.git] /
1 Upstream-Status: Inappropriate [distribution]
2
3 Make ghost script work with long building directory
4
5 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
6
7 Index: base/genconf.c
8 ==============================================================
9 --- a/base/genconf.c
10 +++ b/base/genconf.c
11 @@ -682,7 +682,7 @@ read_dev(config_t * pconf, const char *arg)
12      string_item_t *item;
13      const char *in;
14  
15 -#define MAX_TOKEN 256
16 +#define MAX_TOKEN 512
17      char *token = malloc(MAX_TOKEN + 1);
18      char *category = malloc(MAX_TOKEN + 1);
19      int file_index;