Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 188ddd7

Browse files
committed
mraa & upm: Updated to latest version
Recipe update and rename to always take the latest version from github source. Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
1 parent 2d9446b commit 188ddd7

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

meta-refkit-core/recipes-sensors/mraa/mraa_1.6.0.bb renamed to meta-refkit-core/recipes-sensors/mraa/mraa_git.bb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ AUTHOR = "Brendan Le Foll, Tom Ingleby, Dmitry Rozhkov"
55
LICENSE = "MIT"
66
LIC_FILES_CHKSUM = "file://COPYING;md5=66493d54e65bfc12c7983ff2e884f37f"
77

8-
SRC_URI = "git://github.com/intel-iot-devkit/mraa.git;protocol=http;tag=v${PV} \
9-
"
8+
SRCREV = "8ddbcde84e2d146bc0f9e38504d6c89c14291480"
9+
PV = "1.7.0-git${SRCPV}"
10+
11+
SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=http"
1012

1113
S = "${WORKDIR}/git"
1214

meta-refkit-core/recipes-sensors/upm/upm_1.1.0.bb renamed to meta-refkit-core/recipes-sensors/upm/upm_git.bb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66493d54e65bfc12c7983ff2e884f37f"
77

88
DEPENDS = "libjpeg-turbo mraa"
99

10-
SRC_URI = "git://github.com/intel-iot-devkit/upm.git;protocol=http;tag=v${PV}"
10+
SRCREV = "106b6c706268522ab0168a4ddb19e89ce832e084"
11+
PV = "1.3.0-git${SRCPV}"
12+
13+
SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=http"
1114

1215
S = "${WORKDIR}/git"
1316

0 commit comments

Comments
 (0)