package/pkg-generic.mk: use $(PKG)_NAME in step_pkg_size_after
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 30 Apr 2020 09:52:38 +0000 (11:52 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 23 Jul 2020 20:31:21 +0000 (22:31 +0200)
commitcaffe135843cb9d7019e4601f9aea147b364b1d7
tree30e645679adfb100745d7c8966e43b235044df3b
parentae9903f94780e383c4c2a3e34ece7737f7a42c23
package/pkg-generic.mk: use $(PKG)_NAME in step_pkg_size_after

Since we're already using $(PKG)_DIR in step_pkg_size_after, we can
also just use $(PKG)_NAME. This allows to make $(1) useless, which
means it can be dropped in a follow-up commit.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pkg-generic.mk