diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-22 11:45:32 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-31 13:26:02 +0200 |
| commit | fe63fd7b9df46bda92e72b8010bbb1c13e17b5c3 (patch) | |
| tree | 09818f583d6f21c186d2ec5dd1c4ceb6bdededa6 | |
| parent | 9a3812e4b42e4855d75304979e625a78dfe23270 (diff) | |
| download | meta-openembedded-fe63fd7b9df46bda92e72b8010bbb1c13e17b5c3.tar.gz | |
python-slip-dbus: Update SRC_URI to github
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb b/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb index 785cecc358..8081416ee4 100644 --- a/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb +++ b/meta-python/recipes-devtools/python/python-slip-dbus_0.6.1.bb | |||
| @@ -14,7 +14,7 @@ LICENSE = "GPLv2+" | |||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" |
| 15 | SRCNAME = "python-slip" | 15 | SRCNAME = "python-slip" |
| 16 | 16 | ||
| 17 | SRC_URI = "https://fedorahosted.org/released/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2" | 17 | SRC_URI = "https://github.com/nphilipp/${SRCNAME}/releases/download/${SRCNAME}-${PV}/${SRCNAME}-${PV}.tar.bz2" |
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 19 | 19 | ||
| 20 | inherit setuptools | 20 | inherit setuptools |
