All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Connman: add dnsmasq-dbus to RRECOMMENDS to fix DNS proxy
@ 2011-05-07 12:27 Koen Kooi
  2011-05-07 14:41 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-05-07 12:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Connman writes '127.0.0.1' to resolv.conf by default expecting dnsmasq to be there

Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/connman/connman.inc     |    2 ++
 recipes/connman/connman_0.73.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc
index abe8c64..673d509 100644
--- a/recipes/connman/connman.inc
+++ b/recipes/connman/connman.inc
@@ -62,6 +62,8 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
 
 # Package up systemd files
 FILES_${PN} += "${base_libdir}/systemd"
+# Needed when using DNS proxy feature
+RRECOMMENDS_${PN} += "dnsmasq-dbus"
 
 FILES_${PN}-test-utils += "${libdir}/connman/test/*"
 
diff --git a/recipes/connman/connman_0.73.bb b/recipes/connman/connman_0.73.bb
index 3d0815f..a0c21b6 100644
--- a/recipes/connman/connman_0.73.bb
+++ b/recipes/connman/connman_0.73.bb
@@ -1,7 +1,7 @@
 require connman.inc
 # connman requires libXtables now
 DEPENDS += "iptables"
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Connman: add dnsmasq-dbus to RRECOMMENDS to fix DNS proxy
  2011-05-07 12:27 [PATCH] Connman: add dnsmasq-dbus to RRECOMMENDS to fix DNS proxy Koen Kooi
@ 2011-05-07 14:41 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2011-05-07 14:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

On Sat, May 07, 2011 at 02:27:32PM +0200, Koen Kooi wrote:
> Connman writes '127.0.0.1' to resolv.conf by default expecting dnsmasq to be there

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  recipes/connman/connman.inc     |    2 ++
>  recipes/connman/connman_0.73.bb |    2 +-
>  2 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc
> index abe8c64..673d509 100644
> --- a/recipes/connman/connman.inc
> +++ b/recipes/connman/connman.inc
> @@ -62,6 +62,8 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
>  
>  # Package up systemd files
>  FILES_${PN} += "${base_libdir}/systemd"
> +# Needed when using DNS proxy feature
> +RRECOMMENDS_${PN} += "dnsmasq-dbus"
>  
>  FILES_${PN}-test-utils += "${libdir}/connman/test/*"
>  
> diff --git a/recipes/connman/connman_0.73.bb b/recipes/connman/connman_0.73.bb
> index 3d0815f..a0c21b6 100644
> --- a/recipes/connman/connman_0.73.bb
> +++ b/recipes/connman/connman_0.73.bb
> @@ -1,7 +1,7 @@
>  require connman.inc
>  # connman requires libXtables now
>  DEPENDS += "iptables"
> -PR = "r1"
> +PR = "r2"
>  
>  EXTRA_OECONF += "\
>    --disable-gtk-doc \
> -- 
> 1.6.6.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-07 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-07 12:27 [PATCH] Connman: add dnsmasq-dbus to RRECOMMENDS to fix DNS proxy Koen Kooi
2011-05-07 14:41 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.