diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-05-16 02:18:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 09:00:36 -0700 |
| commit | 71dd824d25205117a3261345675fa6e58679e8d5 (patch) | |
| tree | dd45fab056044f60f5d826395c90d2dacd049b37 /meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |
| parent | 46bd112bc4ad3f07875673e2892c0c154ce73d8f (diff) | |
| download | meta-openembedded-71dd824d25205117a3261345675fa6e58679e8d5.tar.gz | |
libcamera: Update to latest master tip
Drop upstreamed patch
jinja2.Environment.compile_templates no longer accepts py_compile
argument so delete it
Fixes
TypeError: compile_templates() got an unexpected keyword argument 'py_compile'
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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index b05df32102..30dab1d928 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
| @@ -10,12 +10,11 @@ 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 \ | ||
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | SRCREV = "f490a87fd339fc7443f5d8467ba56a35c750a5f7" | 15 | SRCREV = "193ca8c353a42334f65ddfc988a105a47bca3547" |
| 17 | 16 | ||
| 18 | PV = "202102+git${SRCPV}" | 17 | PV = "202105+git${SRCPV}" |
| 19 | 18 | ||
| 20 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 21 | 20 | ||
| @@ -31,6 +30,10 @@ RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayla | |||
| 31 | 30 | ||
| 32 | inherit meson pkgconfig python3native | 31 | inherit meson pkgconfig python3native |
| 33 | 32 | ||
| 33 | do_configure_prepend() { | ||
| 34 | sed -i -e 's|py_compile=True,||' ${S}/utils/ipc/mojo/public/tools/mojom/mojom/generate/template_expander.py | ||
| 35 | } | ||
| 36 | |||
| 34 | do_install_append() { | 37 | do_install_append() { |
| 35 | chrpath -d ${D}${libdir}/libcamera.so | 38 | chrpath -d ${D}${libdir}/libcamera.so |
| 36 | } | 39 | } |
