mirror of
https://github.com/Fishwaldo/yocto-meta-kf5.git
synced 2025-03-15 19:51:45 +00:00
Fix variable output
This commit is contained in:
parent
171772d8f6
commit
93bb6c5350
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue