mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
kernel.bbclass: touch .scmversion also in ${S}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
17ffdaa698
commit
2bbed5ec03
|
|
@ -212,7 +212,7 @@ kernel_do_configure() {
|
|||
# $ scripts/setlocalversion . => +
|
||||
# $ make kernelversion => 2.6.37
|
||||
# $ make kernelrelease => 2.6.37+
|
||||
touch ${B}/.scmversion
|
||||
touch ${B}/.scmversion ${S}/.scmversion
|
||||
|
||||
# Copy defconfig to .config if .config does not exist. This allows
|
||||
# recipes to manage the .config themselves in do_configure_prepend().
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user