All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-swupd][PATCH] swupd-client_git.bb: fix typo in config files creation
@ 2016-08-19  8:34 Dmitry Rozhkov
  2016-08-19 10:29 ` Joshua G Lock
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Rozhkov @ 2016-08-19  8:34 UTC (permalink / raw)
  To: yocto

The patch puts intended values to the config files with
swupd-client's default values.

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



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

* Re: [meta-swupd][PATCH] swupd-client_git.bb: fix typo in config files creation
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua G Lock @ 2016-08-19 10:29 UTC (permalink / raw)
  To: Dmitry Rozhkov, yocto

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
> 


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

end of thread, other threads:[~2016-08-19 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.