]> git.itanic.dy.fi Git - linux-stable/commit
kbuild: remove the last use of old cmd_src_tar rule in packaging
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 23 Nov 2023 07:18:24 +0000 (16:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 28 Nov 2023 02:38:32 +0000 (11:38 +0900)
commitef6609adf1ecc4c0797a894d4dd365dbbc4903f9
treed12653cd95fdf936edc81ed7427c684fc4064854
parentb28d6ca1c9cbb64b0c8e435c0ff34d8c5d52812c
kbuild: remove the last use of old cmd_src_tar rule in packaging

The rpm-pkg and deb-pkg targets have transitioned to using 'git archive'
for tarball creation.

Although the old cmd_src_tar is still used by snap-pkg, there is no need
to pack and unpack a tarball solely for passing the source to snapcraft.

Instead, you can use 'source-type: local' to tell the source location to
snapcraft.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Makefile
scripts/Makefile.package
scripts/package/snapcraft.template