-
Notifications
You must be signed in to change notification settings - Fork 54
mraa & upm: Updated to latest version #177
Conversation
| SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=http; \ | ||
| " | ||
|
|
||
| SRCREV = "${AUTOREV}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an eSDK bug about AUTOREV usage: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11350. It means we cannot use AUTOREV yet. Let's go with the more traditional way (PV = "1.7.0-${SRCPV}" and SRCREV)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright noted i will update and upstream now.
|
test this please |
|
@YinThong the changes look OK overall but we don't need the intermediate commits. Please squash/fixup the changes in two (e.g., with |
| SRCREV = "106b6c706268522ab0168a4ddb19e89ce832e084" | ||
| PV = "1.3.0-git${SRCPV}" | ||
|
|
||
| SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=git; \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's use protocol=http
let's also drop ; after protocol setting for both mraa and upm recipes
Recipe update and rename to always take the latest version from github source. Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
36ee42d to
188ddd7
Compare
mraa update version from 1.6.0 to 1.7.0
upm update version from 1.1.0 to 1.3.0
Signed-off-by: Choong YinThong yin.thong.choong@intel.com