diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch b/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch deleted file mode 100644 index 2a8cff3593..0000000000 --- a/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch +++ /dev/null | |||
@@ -1,42 +0,0 @@ | |||
1 | diff -ruN connman-gnome-0.5-orig/po/POTFILES.in connman-gnome-0.5/po/POTFILES.in | ||
2 | --- connman-gnome-0.5-orig/po/POTFILES.in 2010-12-16 16:03:29.000000000 +0800 | ||
3 | +++ connman-gnome-0.5/po/POTFILES.in 2010-12-17 10:27:17.000000000 +0800 | ||
4 | @@ -4,4 +4,3 @@ | ||
5 | properties/advanced.c | ||
6 | properties/ethernet.c | ||
7 | properties/wifi.c | ||
8 | -properties/connman-properties.desktop.in | ||
9 | diff -ruN connman-gnome-0.5-orig/properties/Makefile.am connman-gnome-0.5/properties/Makefile.am | ||
10 | --- connman-gnome-0.5-orig/properties/Makefile.am 2010-12-16 16:03:29.000000000 +0800 | ||
11 | +++ connman-gnome-0.5/properties/Makefile.am 2010-12-17 10:27:09.000000000 +0800 | ||
12 | @@ -17,16 +17,6 @@ | ||
13 | |||
14 | INCLUDES = -I$(top_srcdir)/common | ||
15 | |||
16 | -desktopdir = $(datadir)/applications | ||
17 | - | ||
18 | -desktop_in_files = connman-properties.desktop.in | ||
19 | - | ||
20 | -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) | ||
21 | - | ||
22 | @INTLTOOL_DESKTOP_RULE@ | ||
23 | |||
24 | -CLEANFILES = $(desktop_DATA) | ||
25 | - | ||
26 | -EXTRA_DIST = $(desktop_in_files) | ||
27 | - | ||
28 | MAINTAINERCLEANFILES = Makefile.in | ||
29 | diff -ruN connman-gnome-0.5-orig/properties/connman-properties.desktop.in connman-gnome-0.5/properties/connman-properties.desktop.in | ||
30 | --- connman-gnome-0.5-orig/properties/connman-properties.desktop.in 2010-12-16 16:03:29.000000000 +0800 | ||
31 | +++ connman-gnome-0.5/properties/connman-properties.desktop.in 1970-01-01 08:00:00.000000000 +0800 | ||
32 | @@ -1,10 +0,0 @@ | ||
33 | -[Desktop Entry] | ||
34 | -Encoding=UTF-8 | ||
35 | -_Name=Connection Management | ||
36 | -_Comment=Configure connection management | ||
37 | -Icon=stock_internet | ||
38 | -Exec=connman-properties | ||
39 | -Terminal=false | ||
40 | -Type=Application | ||
41 | -Categories=Settings; | ||
42 | -OnlyShowIn=GNOME; | ||