diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb index 3f8fe2f360..00a5c480da 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | |||
@@ -1,24 +1,24 @@ | |||
1 | SUMMARY = "Linux libcamera framework" | 1 | SUMMARY = "Linux libcamera framework" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | 3 | ||
4 | LICENSE = "GPL-2.0 & LGPL-2.1" | 4 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "\ | 6 | LIC_FILES_CHKSUM = "\ |
7 | file://licenses/gnu-gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 7 | file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \ |
8 | file://licenses/gnu-lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ | 8 | file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \ |
9 | " | 9 | " |
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 | " | 13 | " |
14 | 14 | ||
15 | SRCREV = "a8be6e94e79f602d543a15afd44ef60e378b138f" | 15 | SRCREV = "5f2f9406cebc668f0d69007d1ea59ef3c56ef28c" |
16 | 16 | ||
17 | PV = "202002+git${SRCPV}" | 17 | PV = "202006+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | DEPENDS = "python3-pyyaml-native udev" | 21 | DEPENDS = "python3-pyyaml-native udev gnutls boost" |
22 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" | 22 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}" |
23 | 23 | ||
24 | RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayland', '', d)}" | 24 | RDEPENDS_${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland qt', 'qtwayland', '', d)}" |