diff options
Diffstat (limited to 'meta-oe/recipes-extended/upm/upm_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/upm/upm_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb index 8854a33bcb..a6b379ec36 100644 --- a/meta-oe/recipes-extended/upm/upm_git.bb +++ b/meta-oe/recipes-extended/upm/upm_git.bb | |||
| @@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=66493d54e65bfc12c7983ff2e884f37f" | |||
| 7 | 7 | ||
| 8 | DEPENDS = "libjpeg-turbo mraa" | 8 | DEPENDS = "libjpeg-turbo mraa" |
| 9 | 9 | ||
| 10 | SRCREV = "dc45cd78595c7c24c8a8574c63bb48b5bb99c5aa" | 10 | SRCREV = "5cf20df96c6b35c19d5b871ba4e319e96b4df72d" |
| 11 | PV = "1.6.0-git${SRCPV}" | 11 | PV = "2.0.0+git${SRCPV}" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=http \ | 13 | SRC_URI = "git://github.com/intel-iot-devkit/${BPN}.git;protocol=http \ |
| 14 | file://0001-Replace-strncpy-with-memcpy.patch \ | ||
| 15 | file://0001-include-sys-types.h-for-uint-definition.patch \ | ||
| 16 | file://0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch \ | 14 | file://0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch \ |
| 15 | file://0001-Use-stdint-types.patch \ | ||
| 17 | " | 16 | " |
| 18 | 17 | ||
| 19 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
