diff options
| -rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb index c4aeb8c555..94d967f4c8 100644 --- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb +++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | |||
| @@ -20,6 +20,10 @@ S = "${WORKDIR}/git" | |||
| 20 | 20 | ||
| 21 | inherit cmake pkgconfig | 21 | inherit cmake pkgconfig |
| 22 | 22 | ||
| 23 | # default config is for RaspberryPi API, use the Linux 4.10+ API by default | ||
| 24 | PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" | ||
| 25 | EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" | ||
| 26 | |||
| 23 | # Put client tools into a separate package | 27 | # Put client tools into a separate package |
| 24 | PACKAGE_BEFORE_PN += "${PN}-tools" | 28 | PACKAGE_BEFORE_PN += "${PN}-tools" |
| 25 | FILES_${PN}-tools = "${bindir}" | 29 | FILES_${PN}-tools = "${bindir}" |
