diff options
author | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2014-01-06 16:14:42 -0800 |
---|---|---|
committer | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2014-01-06 16:14:42 -0800 |
commit | f7d20bb72560e19583ec5c45094a5d6c48ebf6ea (patch) | |
tree | 4d5a3c3e2abae27407ce11abacbe2f56e53f8bcf | |
parent | c8112992f4ffedd0ba7891261093d1e402fe1ef1 (diff) | |
download | system-plugin-ia-generic-f7d20bb72560e19583ec5c45094a5d6c48ebf6ea.tar.gz system-plugin-ia-generic-f7d20bb72560e19583ec5c45094a5d6c48ebf6ea.tar.bz2 system-plugin-ia-generic-f7d20bb72560e19583ec5c45094a5d6c48ebf6ea.zip |
bt-dev-* conflicts with bluetooth-toolssubmit/tizen/20140107.001548accepted/tizen/mobile/20140107.000521accepted/tizen/generic/20140107.102142
Change-Id: I23dc83004f5ffddfff3fb446f82c71943a09225c
-rw-r--r-- | packaging/system-plugin-ia-generic.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/system-plugin-ia-generic.spec b/packaging/system-plugin-ia-generic.spec index 787330b..c113eb7 100644 --- a/packaging/system-plugin-ia-generic.spec +++ b/packaging/system-plugin-ia-generic.spec @@ -50,8 +50,8 @@ gcc -o brcm_patchram_plus brcm_patchram_plus.c cp -a etc %{buildroot} cp -a usr %{buildroot} mkdir -p %{buildroot}%{_prefix}/etc/bluetooth/ -install -m 0755 scripts/bt-dev-end.sh %{buildroot}%{_prefix}/etc/bluetooth/ -install -m 0755 scripts/bt-dev-start.sh %{buildroot}%{_prefix}/etc/bluetooth/ +#install -m 0755 scripts/bt-dev-end.sh %{buildroot}%{_prefix}/etc/bluetooth/ +#install -m 0755 scripts/bt-dev-start.sh %{buildroot}%{_prefix}/etc/bluetooth/ install -m 0755 scripts/bt-set-addr.sh %{buildroot}%{_prefix}/etc/bluetooth/ mkdir -p %{buildroot}/bin/ cp -f brcm_patchram_plus %{buildroot}/bin/ @@ -84,8 +84,8 @@ systemctl daemon-reload /usr/bin/wlan_prov.pl /usr/lib/systemd/system/firstboot.service /usr/lib/systemd/system/sysinit.target.wants/firstboot.service -%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh -%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start.sh +#%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-end.sh +#%attr(755,-,-) %{_prefix}/etc/bluetooth/bt-dev-start.sh %attr(755,-,-) %{_prefix}/etc/bluetooth/bt-set-addr.sh %files blackbay |