diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-05 11:24:50 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-05 11:24:50 -0500 |
commit | 9ce738a049683652493527751c3bae3800d2ed4b (patch) | |
tree | a16f9bec0379feeccdd79b5933a614211df1170d | |
parent | 97fae431b33ed8257ce7526ff03ba49bc999d1e4 (diff) | |
download | meta-cloud-services-9ce738a049683652493527751c3bae3800d2ed4b.tar.gz |
jsonpointer: fix SRC_URI typo
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb index 7f097f9..712fce0 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb | |||
@@ -9,7 +9,7 @@ SRCNAME = "jsonpointer" | |||
9 | 9 | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
11 | 11 | ||
12 | RC_URI[md5sum] = "51f0959e633b533057e9eb8cc508e468" | 12 | SRC_URI[md5sum] = "51f0959e633b533057e9eb8cc508e468" |
13 | SRC_URI[sha256sum] = "a0fe333840d5191f14592ce9fc791bae57546564680a1aef5657edf88f29c366" | 13 | SRC_URI[sha256sum] = "a0fe333840d5191f14592ce9fc791bae57546564680a1aef5657edf88f29c366" |
14 | 14 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |