* [PATCH 0/1] ofono: fix test block syntax error
@ 2011-07-15 21:51 Darren Hart
2011-07-15 21:51 ` [PATCH 1/1] " Darren Hart
2011-07-19 18:21 ` [PATCH 0/1] " Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Darren Hart @ 2011-07-15 21:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Darren Hart
The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:
bb-matrix: correct BB and PM number canonicalization (2011-07-14 22:23:09 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dvhart/ofono
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/ofono
Darren Hart (1):
ofono: fix test block syntax error
meta/recipes-connectivity/ofono/ofono/ofono | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] ofono: fix test block syntax error
2011-07-15 21:51 [PATCH 0/1] ofono: fix test block syntax error Darren Hart
@ 2011-07-15 21:51 ` Darren Hart
2011-07-19 18:21 ` [PATCH 0/1] " Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-07-15 21:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Darren Hart
A space is required prior to the closing square bracket. Without it,
a parsing error is reported to the console. I don't have hardware to
confirm, but I suspect the service would fail to function properly
as well.
Correct the typo.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
meta/recipes-connectivity/ofono/ofono/ofono | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-connectivity/ofono/ofono/ofono b/meta/recipes-connectivity/ofono/ofono/ofono
index 6d46fb8..cc99709 100644
--- a/meta/recipes-connectivity/ofono/ofono/ofono
+++ b/meta/recipes-connectivity/ofono/ofono/ofono
@@ -4,7 +4,7 @@ DAEMON=/usr/sbin/ofonod
PIDFILE=/var/run/ofonod.pid
DESC="Telephony daemon"
-if [ -f /etc/default/ofono] ; then
+if [ -f /etc/default/ofono ] ; then
. /etc/default/ofono
fi
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] ofono: fix test block syntax error
2011-07-15 21:51 [PATCH 0/1] ofono: fix test block syntax error Darren Hart
2011-07-15 21:51 ` [PATCH 1/1] " Darren Hart
@ 2011-07-19 18:21 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-19 18:21 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Darren Hart
On 07/15/2011 02:51 PM, Darren Hart wrote:
> The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d37627a70:
>
> bb-matrix: correct BB and PM number canonicalization (2011-07-14 22:23:09 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib dvhart/ofono
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/ofono
>
> Darren Hart (1):
> ofono: fix test block syntax error
>
> meta/recipes-connectivity/ofono/ofono/ofono | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into oe-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-19 18:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 21:51 [PATCH 0/1] ofono: fix test block syntax error Darren Hart
2011-07-15 21:51 ` [PATCH 1/1] " Darren Hart
2011-07-19 18:21 ` [PATCH 0/1] " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox