diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-03 15:23:08 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-03 19:55:28 -0800 |
| commit | 5593fac20fed30069baf369aba71dbfd355e08a7 (patch) | |
| tree | 271dde98a674f18642876345f48b173197d41abc /meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |
| parent | 57a7c1ed7d45b28cadd70d8fabda42fe906ddff7 (diff) | |
| download | meta-openembedded-5593fac20fed30069baf369aba71dbfd355e08a7.tar.gz | |
libcamera: Update to latest
Add a fix for build with gcc11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/libcamera/libcamera.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 5505626d3e..b05df32102 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
| @@ -10,15 +10,16 @@ LIC_FILES_CHKSUM = "\ | |||
| 10 | 10 | ||
| 11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
| 12 | git://linuxtv.org/libcamera.git;protocol=git \ | 12 | git://linuxtv.org/libcamera.git;protocol=git \ |
| 13 | file://0001-uvcvideo-Use-auto-variable-to-avoid-range-loop-warni.patch \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | SRCREV = "1e8c91b65695449c5246d17ba7dc439c8058b781" | 16 | SRCREV = "f490a87fd339fc7443f5d8467ba56a35c750a5f7" |
| 16 | 17 | ||
| 17 | PV = "202008+git${SRCPV}" | 18 | PV = "202102+git${SRCPV}" |
| 18 | 19 | ||
| 19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 20 | 21 | ||
| 21 | DEPENDS = "python3-pyyaml-native udev gnutls boost chrpath-native" | 22 | DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native" |
| 22 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" | 23 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" |
| 23 | 24 | ||
| 24 | PACKAGES =+ "${PN}-gst" | 25 | PACKAGES =+ "${PN}-gst" |
