diff options
| author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
| commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
| tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | |
| parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
| download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz | |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb index a21d66d74c..40b3778f91 100644 --- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | |||
| @@ -4,14 +4,10 @@ HOMEPAGE = "https://github.com/habnabit/vcversioner" | |||
| 4 | LICENSE = "ISC" | 4 | LICENSE = "ISC" |
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d" | 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://pypi.python.org/packages/source/v/vcversioner/vcversioner-${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" | 7 | SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" |
| 9 | SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" | 8 | SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" |
| 10 | 9 | ||
| 11 | S = "${WORKDIR}/vcversioner-${PV}" | 10 | inherit pypi setuptools |
| 12 | |||
| 13 | inherit setuptools | ||
| 14 | |||
| 15 | 11 | ||
| 16 | do_compile_append() { | 12 | do_compile_append() { |
| 17 | export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} | 13 | export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} |
