Skip to content

Commit 3393571

Browse files
committed
apllications: force installation/update of libcamera-gst package
When installing the applications, the libcamera-gst must be updated to support all properties needed by the applications. This patch force the update by providing the minimum version needed of libcamera-gst. Signed-off-by: Vincent ABRIOU <vincent.abriou@st.com>
1 parent 00a38ca commit 3393571

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

recipes-iqtune/stm32-isp-iqtune-application-python_5.0.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RDEPENDS:${PN} += " \
5151
gstreamer1.0-plugins-base-app \
5252
gstreamer1.0-plugins-base-videoconvertscale \
5353
gtk+3 \
54-
libcamera-gst \
54+
libcamera-gst (>1:0.2.0-r0.0) \
5555
usbotg-gadget-acm-config \
5656
${PYTHON_PN}-core \
5757
${PYTHON_PN}-pyserial \

recipes-samples/simple-isp-preview-python_5.0.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RDEPENDS:${PN} += " \
4848
gstreamer1.0-plugins-bad-debugutilsbad \
4949
gstreamer1.0-plugins-base-app \
5050
gtk+3 \
51-
libcamera-gst \
51+
libcamera-gst (>1:0.2.0-r0.0) \
5252
${PYTHON_PN}-core \
5353
bash \
5454
"

0 commit comments

Comments
 (0)