diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406 | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406')
-rw-r--r-- | meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch | 16 | ||||
-rw-r--r-- | meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch | 84 |
2 files changed, 100 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch new file mode 100644 index 0000000000..05cc5371f7 --- /dev/null +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | ||
4 | # | ||
5 | |||
6 | --- tools/mconsole/Makefile~fix-ldflags 2003-02-08 05:10:08.000000000 +0100 | ||
7 | +++ tools/mconsole/Makefile 2004-04-01 15:37:37.000000000 +0200 | ||
8 | @@ -7,7 +7,7 @@ | ||
9 | all : $(BIN) | ||
10 | |||
11 | $(BIN) : $(OBJS) | ||
12 | - $(CC) $(CFLAGS) -o $(BIN) $(OBJS) -lreadline -lncurses | ||
13 | + $(CC) $(CFLAGS) -o $(BIN) $(OBJS) $(LDFLAGS) -lreadline -lncurses | ||
14 | |||
15 | clean : | ||
16 | rm -f $(BIN) $(OBJS) *~ | ||
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) | ||