summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-01-13 07:46:01 -0800
committerKhem Raj <raj.khem@gmail.com>2019-01-13 10:28:01 -0800
commit3489f91f92935a9fb8320b34ed9c6558473762dc (patch)
tree41f779c4418d3a9efd6fb5525c3acb7333da5fa7 /meta-python
parente219649594742a200c1dd5d28e8bf2f5eda2504e (diff)
downloadmeta-openembedded-3489f91f92935a9fb8320b34ed9c6558473762dc.tar.gz
python-pbr_4.2.0.bb: Define src uri checksums in recipe
There moved out from inc file in oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-pbr_4.2.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb b/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb
index a4b56cdbd..32487723b 100644
--- a/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python-pbr_4.2.0.bb
@@ -1,3 +1,7 @@
1inherit setuptools 1inherit setuptools
2# The inc file is in oe-core 2# The inc file is in oe-core
3require recipes-devtools/python/python-pbr.inc 3require recipes-devtools/python/python-pbr.inc
4
5SRC_URI[md5sum] = "6619780896ca81c7cd19c6e2f439b6c9"
6SRC_URI[sha256sum] = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"
7