Browse Source

libcamera: Bumped to latest source revision

Updated the source revision, to include the gstreamer pipeline
support added in libcamera, also the Raspberry Pi pipeline support
for Raspberry Pi camera sensor device.

Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Madhavan Krishnan 4 years ago
parent
commit
2a9d26de93
1 changed files with 6 additions and 6 deletions
  1. 6 6
      meta-multimedia/recipes-multimedia/libcamera/libcamera.bb

+ 6 - 6
meta-multimedia/recipes-multimedia/libcamera/libcamera.bb

@@ -1,24 +1,24 @@
 SUMMARY = "Linux libcamera framework"
 SECTION = "libs"
 
-LICENSE = "GPL-2.0 & LGPL-2.1"
+LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later"
 
 LIC_FILES_CHKSUM = "\
-    file://licenses/gnu-gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
-    file://licenses/gnu-lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
+    file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
+    file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
 "
 
 SRC_URI = " \
         git://linuxtv.org/libcamera.git;protocol=git \
 "
 
-SRCREV = "a8be6e94e79f602d543a15afd44ef60e378b138f"
+SRCREV = "5f2f9406cebc668f0d69007d1ea59ef3c56ef28c"
 
-PV = "202002+git${SRCPV}"
+PV = "202006+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-DEPENDS = "python3-pyyaml-native udev"
+DEPENDS = "python3-pyyaml-native udev gnutls boost"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}"
 
 RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayland', '', d)}"