package/config: update quilt series
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>
Sun, 31 Oct 2010 16:35:11 +0000 (17:35 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 3 Nov 2010 22:27:50 +0000 (23:27 +0100)
Update the patches so they apply without offset

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/config/patches/03-change-config-option-prefix.patch
package/config/patches/09-implement-kconfig-probability.patch
package/config/patches/14-support-out-of-tree-config.patch

index 5b76df33e558f821169a1fa1b0ce553f31657f31..dd645b100ff8237599cc0f6d1fb37d60d8f7b9a1 100644 (file)
@@ -2,10 +2,10 @@
  confdata.c |   49 +++++++++++++++++++++++--------------------------
  1 file changed, 23 insertions(+), 26 deletions(-)
 
-Index: config.new/confdata.c
+Index: config/confdata.c
 ===================================================================
---- config.new.orig/confdata.c
-+++ config.new/confdata.c
+--- config.orig/confdata.c
++++ config/confdata.c
 @@ -11,6 +11,7 @@
  #include <string.h>
  #include <time.h>
@@ -128,7 +128,7 @@ Index: config.new/confdata.c
                break;
        case S_OTHER:
        case S_UNKNOWN:
-@@ -834,14 +831,14 @@
+@@ -838,14 +835,14 @@
                        case no:
                                break;
                        case mod:
@@ -147,7 +147,7 @@ Index: config.new/confdata.c
                                break;
                        }
                        break;
-@@ -851,12 +848,12 @@
+@@ -855,12 +852,12 @@
                case S_HEX:
                        str = sym_get_string_value(sym);
                        if (str[0] != '0' || (str[1] != 'x' && str[1] != 'X')) {
index 7561fbc3cd245a7cba484e14549a89723b5a21a6..59837790f43cfe7f314892c0db312766e2542f08 100644 (file)
@@ -6,7 +6,7 @@ Index: config/confdata.c
 ===================================================================
 --- config.orig/confdata.c
 +++ config/confdata.c
-@@ -977,7 +977,16 @@
+@@ -981,7 +981,16 @@
  void conf_set_all_new_symbols(enum conf_def_mode mode)
  {
        struct symbol *sym, *csym;
@@ -24,7 +24,7 @@ Index: config/confdata.c
  
        for_all_symbols(i, sym) {
                if (sym_has_value(sym))
-@@ -996,8 +1005,15 @@
+@@ -1000,8 +1009,15 @@
                                sym->def[S_DEF_USER].tri = no;
                                break;
                        case def_random:
index fb1cca1a886bbee1b6039f16f26189542fb42d51..3c2a523a74f4b1cb8fbaa555a8cb42afd10c79bb 100644 (file)
@@ -41,7 +41,7 @@ Index: config/confdata.c
        dirname[0] = 0;
        if (name && name[0]) {
                struct stat st;
-@@ -656,6 +657,7 @@
+@@ -658,6 +659,7 @@
  {
        const char *name;
        char path[128];
@@ -49,7 +49,7 @@ Index: config/confdata.c
        char *s, *d, c;
        struct symbol *sym;
        struct stat sb;
-@@ -664,8 +666,20 @@
+@@ -666,8 +668,20 @@
        name = conf_get_autoconfig_name();
        conf_read_simple(name, S_DEF_AUTO);
  
@@ -72,7 +72,7 @@ Index: config/confdata.c
  
        res = 0;
        for_all_symbols(i, sym) {
-@@ -758,9 +772,11 @@
+@@ -760,9 +774,11 @@
                close(fd);
        }
  out:
@@ -87,7 +87,7 @@ Index: config/confdata.c
        return res;
  }
  
-@@ -772,25 +788,38 @@
+@@ -774,25 +790,38 @@
        FILE *out, *tristate, *out_h;
        time_t now;
        int i;
@@ -130,7 +130,7 @@ Index: config/confdata.c
        if (!out_h) {
                fclose(out);
                fclose(tristate);
-@@ -811,8 +840,7 @@
+@@ -815,8 +844,7 @@
        fprintf(out_h, "/*\n"
                       " * Automatically generated C config: don't edit\n"
                       " * %s"
@@ -140,7 +140,7 @@ Index: config/confdata.c
                       ctime(&now));
  
        for_all_symbols(i, sym) {
-@@ -866,19 +894,22 @@
+@@ -870,19 +898,22 @@
        name = getenv("KCONFIG_AUTOHEADER");
        if (!name)
                name = "include/generated/autoconf.h";