2010-06-30 01:08:51

by João Paulo Rechi Vita

[permalink] [raw]
Subject: [PATCH] Add udev scripts to gitignore.

---
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 30bff3b..a6efe98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,6 +81,9 @@ compat/dund
compat/hidd
compat/pand

+scripts/97-bluetooth.rules
+scripts/97-bluetooth-hid2hci.rules
+
doc/*.bak
doc/*.stamp
doc/bluez.*
--
1.6.3.3



2010-06-30 18:54:29

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Add udev scripts to gitignore.

On Wed, Jun 30, 2010, Jo?o Paulo Rechi Vita wrote:
> 2010/6/30 Johan Hedberg <[email protected]>:
> > Hi,
> >
> > On Tue, Jun 29, 2010, Jo?o Paulo Rechi Vita wrote:
> >> +scripts/97-bluetooth.rules
> >> +scripts/97-bluetooth-hid2hci.rules
> >
> > How do these files get created? I've never seen them in my bluez tree.
> >
>
> You have to enable udevrules during the configure phase. They were
> probably leftover because most devs use bootstrap-configure script,
> which pass --disable-udevrules to configure.

Ok, I now get them with that switch. The patch is now pushed upstream
with a minor modification of grouping the entries together with
scripts/bluetooth.rules (which was already in .gitignore).

Johan

2010-06-30 13:03:33

by João Paulo Rechi Vita

[permalink] [raw]
Subject: Re: [PATCH] Add udev scripts to gitignore.

2010/6/30 Johan Hedberg <[email protected]>:
> Hi,
>
> On Tue, Jun 29, 2010, João Paulo Rechi Vita wrote:
>> +scripts/97-bluetooth.rules
>> +scripts/97-bluetooth-hid2hci.rules
>
> How do these files get created? I've never seen them in my bluez tree.
>

You have to enable udevrules during the configure phase. They were
probably leftover because most devs use bootstrap-configure script,
which pass --disable-udevrules to configure.

--
João Paulo Rechi Vita
http://jprvita.wordpress.com/

2010-06-30 09:58:33

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Add udev scripts to gitignore.

Hi,

On Tue, Jun 29, 2010, Jo?o Paulo Rechi Vita wrote:
> +scripts/97-bluetooth.rules
> +scripts/97-bluetooth-hid2hci.rules

How do these files get created? I've never seen them in my bluez tree.

Johan