Skip to content

Commit 9733997

Browse files
committed
release.inc: uprev the release to 18.05.16
Uprev the release to pull in the lastest PyPi tag. Use the release tag in the package version from now on. Signed-off-by: Paul Barrette <paulbarrette@gmail.com>
1 parent e78ade0 commit 9733997

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

recipes-iot/python/device-cloud-common.inc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
1111
# pull in the SRCREV from the release
1212
include release.inc
1313

14-
# for now, prepopulate this in the downloads directory
15-
SRC_URI = "git://github.com/Wind-River/device-cloud-python.git"
16-
1714
S = "${WORKDIR}/git"
1815
RDEPENDS_${PN} += "bash sudo inetutils-telnetd python-pip"
1916
RDEPENDS_${PN}-systemd += "bash"

recipes-iot/python/release.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# Python Device Cloud Release 18.04.18
2-
SRCREV = "175fa2bcf70cbd2cc8696fca13edd5a76a191f0f"
1+
# Python Device Cloud Release 18.05.16
2+
SRCREV = "5ddc7fd615ab54758515feee048a64cafc59ac0d"
3+
SRC_URI = "git://github.com/Wind-River/device-cloud-python.git"
4+
PV = "18.05.16"
35

46
# Python Device Cloud Latest: to use the latest, comment out SRCREV
57
# above and uncomment below:

0 commit comments

Comments
 (0)