summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stewart <alex.stewart@ni.com>2021-08-23 14:19:32 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-27 10:53:20 -0400
commitdd38ce3b266a7ad7659140c5de5cae6ff13bf2a7 (patch)
tree1e82c3532d4b121b58d5ca595b9808fd59990a20
parent639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5 (diff)
downloadmeta-cloud-services-dd38ce3b266a7ad7659140c5de5cae6ff13bf2a7.tar.gz
salt: use $BPN in SRC_URIhonister
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 <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-support/salt/salt_3001.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
18PACKAGECONFIG[zeromq] = ",,python3-pyzmq python3-pycrypto," 18PACKAGECONFIG[zeromq] = ",,python3-pyzmq python3-pycrypto,"
19PACKAGECONFIG[tcp] = ",,python3-pycrypto" 19PACKAGECONFIG[tcp] = ",,python3-pycrypto"
20 20
21SRC_URI = "https://files.pythonhosted.org/packages/source/s/${PN}/${PN}-${PV}.tar.gz \ 21SRC_URI = "https://files.pythonhosted.org/packages/source/s/${BPN}/${BPN}-${PV}.tar.gz \
22" 22"
23 23
24SRC_URI[md5sum] = "4174a6dd2c7eee808086ca06bdd928c9" 24SRC_URI[md5sum] = "4174a6dd2c7eee808086ca06bdd928c9"