meta-tizen: connman: move recipe and patches to the proper dir
[scm/bb/tizen-distro.git] / meta-tizen / meta-tizen-adaptation / meta / recipes-connectivity / connman / connman / 0004-Set-manifest-request-domain-to-floor.patch
1 From 7923d6ca6ccb144a5b036b03a015a182c3622a92 Mon Sep 17 00:00:00 2001
2 From: Zhang zhengguang <zhengguang.zhang@intel.com>
3 Date: Fri, 4 Jul 2014 13:50:49 +0800
4 Subject: [PATCH 04/32] Set manifest request domain to floor
5
6 ---
7  packaging/connman.manifest | 5 +++++
8  packaging/connman.spec     | 5 +++++
9  2 files changed, 10 insertions(+)
10  create mode 100644 packaging/connman.manifest
11
12 diff --git a/packaging/connman.manifest b/packaging/connman.manifest
13 new file mode 100644
14 index 0000000..017d22d
15 --- /dev/null
16 +++ b/packaging/connman.manifest
17 @@ -0,0 +1,5 @@
18 +<manifest>
19 + <request>
20 +    <domain name="_"/>
21 + </request>
22 +</manifest>
23 diff --git a/packaging/connman.spec b/packaging/connman.spec
24 index 7da9ddd..c43deaa 100644
25 --- a/packaging/connman.spec
26 +++ b/packaging/connman.spec
27 @@ -6,6 +6,7 @@ Summary:        Connection Manager
28  Url:            http://connman.net
29  Group:          Network & Connectivity/Connection Management
30  Source0:        %{name}-%{version}.tar.gz
31 +Source1001:     connman.manifest
32  BuildRequires:         systemd
33  BuildRequires:  pkgconfig(dbus-1)
34  BuildRequires:  pkgconfig(glib-2.0)
35 @@ -39,6 +40,7 @@ Header files and development files for connman.
36  
37  %prep
38  %setup -q
39 +cp %{SOURCE1001} .
40  
41  %build
42  CFLAGS+=" -DTIZEN_EXT"
43 @@ -79,6 +81,7 @@ systemctl daemon-reload
44  %docs_package
45  
46  %files
47 +%manifest %{name}.manifest
48  %license COPYING
49  %{_sbindir}/*
50  %config %{_sysconfdir}/connman/main.conf
51 @@ -88,9 +91,11 @@ systemctl daemon-reload
52  %{_unitdir}/multi-user.target.wants/connman.service
53  
54  %files test
55 +%manifest %{name}.manifest
56  %{_libdir}/%{name}/test/*
57  
58  %files devel
59 +%manifest %{name}.manifest
60  %{_includedir}/connman/*.h
61  %{_libdir}/pkgconfig/*.pc
62  
63 -- 
64 1.8.1.4
65