diff mbox series

[meta-swupdate,v2] swupdate: Add HOMEPAGE variable

Message ID 20251209162135.560346-1-pascal.weisser.ext@karlstorz.com
State Accepted
Headers show
Series [meta-swupdate,v2] swupdate: Add HOMEPAGE variable | expand

Commit Message

Weisser, Pascal Dec. 9, 2025, 4:21 p.m. UTC
Add HOMEPAGE variable to swupdate recipes.

Signed-off-by: Weisser, Pascal <pascal.weisser.ext@karlstorz.com>
---
 recipes-support/swupdate/swupdate.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/recipes-support/swupdate/swupdate.inc b/recipes-support/swupdate/swupdate.inc
index 091bbc2..c7e8259 100644
--- a/recipes-support/swupdate/swupdate.inc
+++ b/recipes-support/swupdate/swupdate.inc
@@ -1,5 +1,6 @@ 
 SUMMARY = "Image updater for Yocto projects"
 DESCRIPTION = "Application for automatic software update from USB Pen"
+HOMEPAGE = "https://swupdate.org"
 SECTION = "swupdate"
 DEPENDS += "libconfig zlib libubootenv json-c"