All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua G Lock <joshua.g.lock@linux.intel.com>
To: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>, yocto@yoctoproject.org
Subject: Re: [meta-swupd][PATCH] swupd-client_git.bb: fix typo in config files creation
Date: Fri, 19 Aug 2016 11:29:59 +0100	[thread overview]
Message-ID: <1471602599.5679.0.camel@linux.intel.com> (raw)
In-Reply-To: <1471595687-2314-1-git-send-email-dmitry.rozhkov@linux.intel.com>

On Fri, 2016-08-19 at 11:34 +0300, Dmitry Rozhkov wrote:
> The patch puts intended values to the config files with
> swupd-client's default values.

Thanks! Patch pushed to meta-swupd master.

Regards,

Joshua

> Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
> ---
>  recipes-core/swupd-client/swupd-client_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-core/swupd-client/swupd-client_git.bb b/recipes-
> core/swupd-client/swupd-client_git.bb
> index 7e2bdd9..1815db0 100644
> --- a/recipes-core/swupd-client/swupd-client_git.bb
> +++ b/recipes-core/swupd-client/swupd-client_git.bb
> @@ -41,9 +41,9 @@ do_install_append () {
>  
>      # Write default values to the configuration hierarchy (since
> 3.4.0)
>      install -d ${D}/usr/share/defaults/swupd
> -    echo "{SWUPD_VERSION_URL}" >>
> ${D}/usr/share/defaults/swupd/versionurl
> -    echo "{SWUPD_CONTENT_URL}" >>
> ${D}/usr/share/defaults/swupd/contenturl
> -    echo "{SWUPD_FORMAT}" >> ${D}/usr/share/defaults/swupd/format
> +    echo "${SWUPD_VERSION_URL}" >>
> ${D}/usr/share/defaults/swupd/versionurl
> +    echo "${SWUPD_CONTENT_URL}" >>
> ${D}/usr/share/defaults/swupd/contenturl
> +    echo "${SWUPD_FORMAT}" >> ${D}/usr/share/defaults/swupd/format
>  }
>  
>  FILES_${PN} += "\
> -- 
> 2.5.5
> 


      reply	other threads:[~2016-08-19 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-19  8:34 [meta-swupd][PATCH] swupd-client_git.bb: fix typo in config files creation Dmitry Rozhkov
2016-08-19 10:29 ` Joshua G Lock [this message]

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=1471602599.5679.0.camel@linux.intel.com \
    --to=joshua.g.lock@linux.intel.com \
    --cc=dmitry.rozhkov@linux.intel.com \
    --cc=yocto@yoctoproject.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.