Skip to content

Commit

Permalink
Merge pull request #41 from ejoerns/no-pv-in-series.inc
Browse files Browse the repository at this point in the history
umpf: do not set PV in series.inc
  • Loading branch information
michaelolbrich authored May 2, 2024
2 parents 7402e07 + 91a674b commit d905c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/series-format-patch-bb.ref
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ SRC_URI += "\
"
UMPF_BASE = "base"
UMPF_VERSION = "20240314-2"
PV = "${UMPF_BASE}-${UMPF_VERSION}"
UMPF_PV = "${UMPF_BASE}-${UMPF_VERSION}"
# umpf-end
2 changes: 1 addition & 1 deletion umpf
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ format_patch_end() {
local base_name="$(<"${STATE}/base-name")"
echo "UMPF_BASE = \"${base_name//v/}\"" >&${series_out}
echo "UMPF_VERSION = \"$(<"${STATE}/version")\"" >&${series_out}
echo "PV = \"\${UMPF_BASE}-\${UMPF_VERSION}\"" >&${series_out}
echo "UMPF_PV = \"\${UMPF_BASE}-\${UMPF_VERSION}\"" >&${series_out}
if [ "$(head -n 1 README 2>/dev/null)" = "Linux kernel" ]; then
echo "LINUX_VERSION = \"\${UMPF_BASE}\"" >&${series_out}
fi
Expand Down

0 comments on commit d905c70

Please sign in to comment.