All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Cc: Koen Kooi <koen@openembedded.org>
Subject: [PATCH] Connman: add dnsmasq-dbus to RRECOMMENDS to fix DNS proxy
Date: Sat,  7 May 2011 14:27:32 +0200	[thread overview]
Message-ID: <1304771252-27933-1-git-send-email-koen@openembedded.org> (raw)

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




             reply	other threads:[~2011-05-07 12:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-07 12:27 Koen Kooi [this message]
2011-05-07 14:41 ` [PATCH] Connman: add dnsmasq-dbus to RRECOMMENDS to fix DNS proxy Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1304771252-27933-1-git-send-email-koen@openembedded.org \
    --to=koen@dominion.thruhere.net \
    --cc=koen@openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.