diff options
Diffstat (limited to 'meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch')
| -rw-r--r-- | meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch new file mode 100644 index 0000000000..868001dbd5 --- /dev/null +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch | |||
| @@ -0,0 +1,84 @@ | |||
| 1 | Dont strip during install let the packaging handle it | ||
| 2 | |||
| 3 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 4 | |||
| 5 | Index: tools/jailtest/Makefile | ||
| 6 | =================================================================== | ||
| 7 | --- tools.orig/jailtest/Makefile 2003-02-07 20:10:27.000000000 -0800 | ||
| 8 | +++ tools/jailtest/Makefile 2012-09-05 12:13:56.061615854 -0700 | ||
| 9 | @@ -14,4 +14,4 @@ | ||
| 10 | |||
| 11 | install : $(BIN) | ||
| 12 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 13 | - install -s $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 14 | + install $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 15 | Index: tools/mconsole/Makefile | ||
| 16 | =================================================================== | ||
| 17 | --- tools.orig/mconsole/Makefile 2012-09-05 12:05:09.869607043 -0700 | ||
| 18 | +++ tools/mconsole/Makefile 2012-09-05 12:14:07.725607469 -0700 | ||
| 19 | @@ -14,4 +14,4 @@ | ||
| 20 | |||
| 21 | install : $(BIN) | ||
| 22 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 23 | - install -s $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 24 | + install $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 25 | Index: tools/moo/Makefile | ||
| 26 | =================================================================== | ||
| 27 | --- tools.orig/moo/Makefile 2003-06-26 09:27:00.000000000 -0700 | ||
| 28 | +++ tools/moo/Makefile 2012-09-05 12:14:20.981604580 -0700 | ||
| 29 | @@ -22,4 +22,4 @@ | ||
| 30 | |||
| 31 | install : $(BIN) | ||
| 32 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 33 | - install -s $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 34 | + install $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 35 | Index: tools/port-helper/Makefile | ||
| 36 | =================================================================== | ||
| 37 | --- tools.orig/port-helper/Makefile 2003-02-07 20:05:31.000000000 -0800 | ||
| 38 | +++ tools/port-helper/Makefile 2012-09-05 12:14:39.429609678 -0700 | ||
| 39 | @@ -14,4 +14,4 @@ | ||
| 40 | |||
| 41 | install : $(BIN) | ||
| 42 | install -d $(DESTDIR)$(LIB_DIR) | ||
| 43 | - install -s $(BIN) $(DESTDIR)$(LIB_DIR) | ||
| 44 | + install $(BIN) $(DESTDIR)$(LIB_DIR) | ||
| 45 | Index: tools/tunctl/Makefile | ||
| 46 | =================================================================== | ||
| 47 | --- tools.orig/tunctl/Makefile 2003-02-07 20:05:04.000000000 -0800 | ||
| 48 | +++ tools/tunctl/Makefile 2012-09-05 12:14:49.985606470 -0700 | ||
| 49 | @@ -14,4 +14,4 @@ | ||
| 50 | |||
| 51 | install : $(BIN) | ||
| 52 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 53 | - install -s $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 54 | + install $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 55 | Index: tools/uml_net/Makefile | ||
| 56 | =================================================================== | ||
| 57 | --- tools.orig/uml_net/Makefile 2003-02-07 20:04:55.000000000 -0800 | ||
| 58 | +++ tools/uml_net/Makefile 2012-09-05 12:15:00.961607290 -0700 | ||
| 59 | @@ -21,4 +21,4 @@ | ||
| 60 | |||
| 61 | install : $(BIN) | ||
| 62 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 63 | - install -s -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 64 | + install -m 04755 $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 65 | Index: tools/uml_router/Makefile | ||
| 66 | =================================================================== | ||
| 67 | --- tools.orig/uml_router/Makefile 2003-02-07 20:04:39.000000000 -0800 | ||
| 68 | +++ tools/uml_router/Makefile 2012-09-05 12:15:10.649607571 -0700 | ||
| 69 | @@ -20,4 +20,4 @@ | ||
| 70 | |||
| 71 | install : $(BIN) | ||
| 72 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 73 | - install -s $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 74 | + install $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 75 | Index: tools/watchdog/Makefile | ||
| 76 | =================================================================== | ||
| 77 | --- tools.orig/watchdog/Makefile 2003-02-07 20:04:25.000000000 -0800 | ||
| 78 | +++ tools/watchdog/Makefile 2012-09-05 12:15:35.561612203 -0700 | ||
| 79 | @@ -14,4 +14,4 @@ | ||
| 80 | |||
| 81 | install : $(BIN) | ||
| 82 | install -d $(DESTDIR)$(BIN_DIR) | ||
| 83 | - install -s $(BIN) $(DESTDIR)$(BIN_DIR) | ||
| 84 | + install $(BIN) $(DESTDIR)$(BIN_DIR) | ||
