From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 Aug 2021 10:06:58 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mD0JG-00036y-Bu for lore@lore.pengutronix.de; Mon, 09 Aug 2021 10:06:58 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mD0JG-00067s-1o; Mon, 09 Aug 2021 10:06:58 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mD0Ia-00065Z-2Y; Mon, 09 Aug 2021 10:06:16 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mD0IZ-0006AM-Q1; Mon, 09 Aug 2021 10:06:15 +0200 From: Roland Hieber To: ptxdist@pengutronix.de Date: Mon, 9 Aug 2021 10:06:04 +0200 Message-Id: <20210809080608.23475-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de Subject: [ptxdist] [PATCH v2 1/5] ptxd_make_world_common: make the package name available to scripts X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Variables named ${pkg} are already widely used throughout the code base for different purposes, so name it ${pkg_name} instead. Signed-off-by: Roland Hieber --- Turned out I didn't need it for this series, but I still think it's useful in general. PATCH v2: no changes PATCH v1: https://lore.ptxdist.org/ptxdist/20210804142330.32739-1-rhi@pengutronix.de --- rules/post/ptxd_make_world_common.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make index e5cf50214e9c..c9d22c6884a3 100644 --- a/rules/post/ptxd_make_world_common.make +++ b/rules/post/ptxd_make_world_common.make @@ -69,6 +69,7 @@ world/env/impl = \ pkg_makefile="$(call ptx/escape,$($(1)_MAKEFILE))" \ pkg_infile="$(call ptx/escape,$($(1)_INFILE))" \ \ + pkg_name="$(call ptx/escape,$(PTX_MAP_TO_package_$(1)))" \ pkg_pkg="$(call ptx/escape,$($(1)))" \ pkg_version="$(call ptx/escape,$($(1)_VERSION))" \ pkg_config="$(call ptx/escape,$($(1)_CONFIG))" \ -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de