diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-01 15:53:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-01 15:53:10 +0200 |
commit | e8c84558f7ba4fe65b300f5e3b88e5591fb11ebc (patch) | |
tree | d7f2f585d508569eac722ba56ac864488c93b84a /recipes/connman/connman_0.19.bb | |
parent | b57cdcf182bb48e44e67945e38cbf85ed6c87a97 (diff) |
connman: fix initscript and start earlier (but after dbus) (from poky)
Diffstat (limited to 'recipes/connman/connman_0.19.bb')
-rw-r--r-- | recipes/connman/connman_0.19.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/connman/connman_0.19.bb b/recipes/connman/connman_0.19.bb index b8d86613b8..26b7b82798 100644 --- a/recipes/connman/connman_0.19.bb +++ b/recipes/connman/connman_0.19.bb @@ -1,5 +1,7 @@ require connman.inc +PR = "r1" + EXTRA_OECONF += "\ --disable-gtk-doc \ --enable-debug \ |