summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-mixer
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-09 21:16:08 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-09 21:16:08 +0200
commit77ee21683f51a556411247135dfb3429e92d813d (patch)
tree43b62368537b83b8919b9443501f6b1fd240fa07 /recipes/gpe-mixer
parent9b19676d7ea5b787ec292e892047a804a4d20d32 (diff)
downloadopenembedded-77ee21683f51a556411247135dfb3429e92d813d.tar.gz
gpe-mixer: fix Makefile - don't strip on install
Diffstat (limited to 'recipes/gpe-mixer')
-rw-r--r--recipes/gpe-mixer/gpe-mixer/fix-install.patch11
-rw-r--r--recipes/gpe-mixer/gpe-mixer_0.42.bb3
2 files changed, 13 insertions, 1 deletions
diff --git a/recipes/gpe-mixer/gpe-mixer/fix-install.patch b/recipes/gpe-mixer/gpe-mixer/fix-install.patch
new file mode 100644
index 0000000000..ec5ea2cd0e
--- /dev/null
+++ b/recipes/gpe-mixer/gpe-mixer/fix-install.patch
@@ -0,0 +1,11 @@
+--- Makefile.old 2009-05-09 21:11:12.000000000 +0200
++++ Makefile 2009-05-09 21:11:39.000000000 +0200
+@@ -36,7 +36,7 @@
+
+ install-program: all $(PACKAGE).desktop
+ mkdir -p $(DESTDIR)$(PREFIX)/bin
+- install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++ install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+ mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
+ install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png
+ mkdir -p $(DESTDIR)$(PREFIX)/share/$(PACKAGE)
diff --git a/recipes/gpe-mixer/gpe-mixer_0.42.bb b/recipes/gpe-mixer/gpe-mixer_0.42.bb
index 5fe0e98c82..c2f7bbe098 100644
--- a/recipes/gpe-mixer/gpe-mixer_0.42.bb
+++ b/recipes/gpe-mixer/gpe-mixer_0.42.bb
@@ -3,7 +3,8 @@ PR = "r1"
inherit gpe pkgconfig
-SRC_URI += "file://gpemixer-no-host-includes.patch;patch=1"
+SRC_URI += "file://gpemixer-no-host-includes.patch;patch=1 \
+ file://fix-install.patch;patch=1"
DESCRIPTION = "GPE audio mixer"
DEPENDS = "gtk+ libgpewidget"
gcc-6'>dankm/gcc-6 OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/BitTorrent-1.1
blob: fa5bd9df24d3995256c05246633a6a8f49211e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137