Fix variable output

This commit is contained in:
Andreas Cord-Landwehr 2020-09-09 17:11:05 +02:00
parent 171772d8f6
commit 93bb6c5350

View file

@ -25,8 +25,8 @@ cat <<EOM > $name
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "v${PV}"
require \${PN}.inc
SRCREV = "v\${PV}"
EOM
git add $name
done