Skip to content

Commit

Permalink
bundle.bbclass: fix hook SRC_URI example
Browse files Browse the repository at this point in the history
The SRC_URI always requires a URI scheme.

Signed-off-by: Enrico Jörns <[email protected]>
(cherry picked from commit 9953e46)
Signed-off-by: Enrico Jörns <[email protected]>
  • Loading branch information
ejoerns committed Aug 21, 2024
1 parent fd497be commit 1e3e6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes-recipe/bundle.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# RAUC_BUNDLE_COMPATIBLE ?= "My Super Product"
# RAUC_BUNDLE_VERSION ?= "v2015-06-07-1"
#
# SRC_URI += "hook.sh"
# SRC_URI += "file://hook.sh"
#
# RAUC_BUNDLE_HOOKS[file] ?= "hook.sh"
# RAUC_BUNDLE_HOOKS[hooks] ?= "install-check"
Expand Down

0 comments on commit 1e3e6b3

Please sign in to comment.