diff mbox series

[meta-swupdate,dunfell/hardknott] swupdate.inc: Remove spurious character

Message ID 20211214183945.394423-1-festevam@gmail.com
State Accepted
Headers show
Series [meta-swupdate,dunfell/hardknott] swupdate.inc: Remove spurious character | expand

Commit Message

Fabio Estevam Dec. 14, 2021, 6:39 p.m. UTC
The backport of 83739ad60931 ("swupdate: introduce swupdate-ipc to factorize packages")
to dunfell and hardknott introduced some spurious characters that break
the build.

Remove them.

Reported-by: Enrique Robledo Arnuncio <era@tegulan.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 recipes-support/swupdate/swupdate.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stefano Babic Dec. 14, 2021, 7 p.m. UTC | #1
On 14.12.21 19:39, Fabio Estevam wrote:
> The backport of 83739ad60931 ("swupdate: introduce swupdate-ipc to factorize packages")
> to dunfell and hardknott introduced some spurious characters that break
> the build.
> 
> Remove them.
> 
> Reported-by: Enrique Robledo Arnuncio <era@tegulan.com>
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>   recipes-support/swupdate/swupdate.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
> index c204be3dcd1d..91afc0024bd9 100644
> --- a/recipes-support/swupdate/swupdate.inc
> +++ b/recipes-support/swupdate/swupdate.inc
> @@ -47,8 +47,8 @@ wwwdir ?= "/www"
>   
>   # tools is now an empty meta package for backward compatibility
>   ALLOW_EMPTY_${PN}-tools = "1"
> -+ALLOW_EMPTY_${PN}-tools-hawkbit = "1"
> -+ALLOW_EMPTY_${PN}-tools-ipc = "1"
> +ALLOW_EMPTY_${PN}-tools-hawkbit = "1"
> +ALLOW_EMPTY_${PN}-tools-ipc = "1"
>   
>   FILES_${PN}-client = "${bindir}/swupdate-client"
>   FILES_${PN}-lua += "${libdir}/lua/"
> 


Applied to -hardknott, -dunfell, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index c204be3dcd1d..91afc0024bd9 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -47,8 +47,8 @@  wwwdir ?= "/www"
 
 # tools is now an empty meta package for backward compatibility
 ALLOW_EMPTY_${PN}-tools = "1"
-+ALLOW_EMPTY_${PN}-tools-hawkbit = "1"
-+ALLOW_EMPTY_${PN}-tools-ipc = "1"
+ALLOW_EMPTY_${PN}-tools-hawkbit = "1"
+ALLOW_EMPTY_${PN}-tools-ipc = "1"
 
 FILES_${PN}-client = "${bindir}/swupdate-client"
 FILES_${PN}-lua += "${libdir}/lua/"