From c40179ea4a3fef6fe8088fc01c25ea81a85f0d21 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sun, 30 Apr 2023 07:37:09 -0700 Subject: [PATCH] gstreamer1.0-plugins-nvarguscamerasrc: add dependency Now that the libnvdsbufferpool library has its own recipe, this recipe needs to depend on that one. Signed-off-by: Matt Madison --- .../gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r35.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r35.3.1.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r35.3.1.bb index 0c612825..beacdaa4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r35.3.1.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r35.3.1.bb @@ -14,7 +14,7 @@ SRC_URI += "\ file://0001-Build-fixups.patch \ " -DEPENDS = "gstreamer1.0 glib-2.0 gstreamer1.0-plugins-base virtual/egl tegra-libraries-camera tegra-mmapi" +DEPENDS = "gstreamer1.0 glib-2.0 gstreamer1.0-plugins-base virtual/egl tegra-libraries-camera tegra-libraries-multimedia-ds tegra-mmapi" S = "${WORKDIR}/gst-nvarguscamera"