diff mbox series

[meta-multimedia] libcamera: Bump SRCREV and add libyaml to DEPENDS

Message ID 20221004225106.29537-1-devendra.tewari@gmail.com
State New
Headers show
Series [meta-multimedia] libcamera: Bump SRCREV and add libyaml to DEPENDS | expand

Commit Message

Devendra Tewari Oct. 4, 2022, 10:51 p.m. UTC
Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
---
 meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Devendra Tewari Oct. 8, 2022, 11:21 a.m. UTC | #1
> On 7 Oct 2022, at 18:46, Kieran Bingham <kieran.bingham@ideasonboard.com> wrote:
> 
> Quoting Devendra Tewari (2022-10-04 23:51:06)
>> Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
>> ---
>> meta-multimedia/recipes-multimedia/libcamera/libcamera.bb | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
>> index 0b9f3f7a5d6..2d3f5e94937 100644
>> --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
>> +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
>> @@ -12,13 +12,13 @@ SRC_URI = " \
>>         git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \
>> "
>> 
>> -SRCREV = "acf8d028edda0a59b10e15962c2606137a4940af"
>> +SRCREV = "ed591e705c451d0ce14988ae96829a31a2ae2f9a"
>> 
>> PV = "202105+git${SRCPV}"
>> 
>> S = "${WORKDIR}/git"
>> 
>> -DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent"
>> +DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent libyaml"
> 
> I believe boost can now be removed from these dependencies.

I’ve sent out an updated patch without boost. Please ignore this patch.

> --
> Kieran
> 
> 
>> DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}"
>> 
>> PACKAGES =+ "${PN}-gst"
>> -- 
>> 2.37.3

Thanks,
Devendra
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
index 0b9f3f7a5d6..2d3f5e94937 100644
--- a/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
+++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera.bb
@@ -12,13 +12,13 @@  SRC_URI = " \
         git://git.libcamera.org/libcamera/libcamera.git;protocol=https;branch=master \
 "
 
-SRCREV = "acf8d028edda0a59b10e15962c2606137a4940af"
+SRCREV = "ed591e705c451d0ce14988ae96829a31a2ae2f9a"
 
 PV = "202105+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent"
+DEPENDS = "python3-pyyaml-native python3-jinja2-native python3-ply-native python3-jinja2-native udev gnutls boost chrpath-native libevent libyaml"
 DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'qt', 'qtbase qtbase-native', '', d)}"
 
 PACKAGES =+ "${PN}-gst"