From dd38ce3b266a7ad7659140c5de5cae6ff13bf2a7 Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Mon, 23 Aug 2021 14:19:32 -0500 Subject: salt: use $BPN in SRC_URI Recent OE branches will throw a warning when recipe SRC_URIs use the $PN variable, instead of the $BPN variable. BPN and PN are both `salt` for the salt recipe, so it makes no difference which is used. Use $BPN in the SRC_URI, to satisfy the warning. Signed-off-by: Alex Stewart Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/salt/salt_3001.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-support/salt/salt_3001.1.bb') diff --git a/meta-openstack/recipes-support/salt/salt_3001.1.bb b/meta-openstack/recipes-support/salt/salt_3001.1.bb index fbd5855..4a77fb8 100644 --- a/meta-openstack/recipes-support/salt/salt_3001.1.bb +++ b/meta-openstack/recipes-support/salt/salt_3001.1.bb @@ -18,7 +18,7 @@ PACKAGECONFIG ??= "zeromq" PACKAGECONFIG[zeromq] = ",,python3-pyzmq python3-pycrypto," PACKAGECONFIG[tcp] = ",,python3-pycrypto" -SRC_URI = "https://files.pythonhosted.org/packages/source/s/${PN}/${PN}-${PV}.tar.gz \ +SRC_URI = "https://files.pythonhosted.org/packages/source/s/${BPN}/${BPN}-${PV}.tar.gz \ " SRC_URI[md5sum] = "4174a6dd2c7eee808086ca06bdd928c9" -- cgit v1.2.3-54-g00ecf