diff options
Diffstat (limited to 'packages/python/python-simplejson_1.7.1.bb')
-rw-r--r-- | packages/python/python-simplejson_1.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-simplejson_1.7.1.bb b/packages/python/python-simplejson_1.7.1.bb index a7d1138fc0..67270f2df1 100644 --- a/packages/python/python-simplejson_1.7.1.bb +++ b/packages/python/python-simplejson_1.7.1.bb @@ -7,7 +7,7 @@ LICENSE = "MIT" # python-zlib is needed to unpack egg created by setuptools RDEPENDS = "python-core python-re python-io python-netserver python-zlib" SRCNAME = "simplejson" -FILE_PR = "r2" +PR = "r2" SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" |