diff options
| author | Brendan Le Foll <brendan.le.foll@intel.com> | 2018-02-21 14:50:42 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-01 16:12:55 -0800 |
| commit | f988ce34a84eac5919a95b1726aca7b97ab2d182 (patch) | |
| tree | 950d086c07d4cd1041825ad4574287b1ff4971d3 /meta-oe/recipes-extended/upm/upm_git.bb | |
| parent | efc2e0837ea101bf86b4b7b162a459cbf19a9cfb (diff) | |
| download | meta-openembedded-f988ce34a84eac5919a95b1726aca7b97ab2d182.tar.gz | |
upm: Update recipe to use v1.6.0
ads1x15 patch is no longer required as it has been merged upstream
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/upm/upm_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/upm/upm_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb index a5c2bb3211..d742a5e461 100644 --- a/meta-oe/recipes-extended/upm/upm_git.bb +++ b/meta-oe/recipes-extended/upm/upm_git.bb | |||
| @@ -7,12 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66493d54e65bfc12c7983ff2e884f37f" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "libjpeg-turbo mraa" | 8 | DEPENDS = "libjpeg-turbo mraa" |
| 9 | 9 | ||
| 10 | SRCREV = "106b6c706268522ab0168a4ddb19e89ce832e084" | 10 | SRCREV = "cc7fec9ae0228add9011bf1c2cd5e0ca2ba0d4f0" |
| 11 | PV = "1.3.0-git${SRCPV}" | 11 | PV = "1.6.0-git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | git://github.com/intel-iot-devkit/${BPN}.git;protocol=http \ | 14 | git://github.com/intel-iot-devkit/${BPN}.git;protocol=http \ |
| 15 | file://ads1x15-fixed-case-logic-in-getThresh-function.patch \ | ||
| 16 | " | 15 | " |
| 17 | 16 | ||
| 18 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
