diff options
Diffstat (limited to 'meta-oe/recipes-extended/upm/upm_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/upm/upm_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb index babe5f4893..8854a33bcb 100644 --- a/meta-oe/recipes-extended/upm/upm_git.bb +++ b/meta-oe/recipes-extended/upm/upm_git.bb | |||
| @@ -13,6 +13,7 @@ PV = "1.6.0-git${SRCPV}" | |||
| 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 \ | 14 | file://0001-Replace-strncpy-with-memcpy.patch \ |
| 15 | file://0001-include-sys-types.h-for-uint-definition.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 \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| @@ -20,7 +21,7 @@ S = "${WORKDIR}/git" | |||
| 20 | # Depends on mraa which only supports x86 and ARM for now | 21 | # Depends on mraa which only supports x86 and ARM for now |
| 21 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" | 22 | COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux" |
| 22 | 23 | ||
| 23 | inherit distutils3-base cmake | 24 | inherit distutils3-base cmake pkgconfig |
| 24 | 25 | ||
| 25 | # override this in local.conf to get needed bindings. | 26 | # override this in local.conf to get needed bindings. |
| 26 | # BINDINGS_pn-upm="python" | 27 | # BINDINGS_pn-upm="python" |
