Quellcode durchsuchen

swupdate.inc: Remove spurious character

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>
Fabio Estevam vor 4 Jahren
Ursprung
Commit
8c4a1a227d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      recipes-support/swupdate/swupdate.inc

+ 2 - 2
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/"