diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-09-09 18:52:59 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-29 18:06:06 -0300 |
commit | 01a84bc4f4e95ce02d6224c8e11546454e8deced (patch) | |
tree | 8b84b0280a8a7a8e4e4909b34859f46e50eac7f8 | |
parent | 820318cc81b8c68f4a3f0f91f577a1b6bf1a48f2 (diff) | |
download | meta-freescale-01a84bc4f4e95ce02d6224c8e11546454e8deced.tar.gz |
gstreamer1.0-plugins-bad: Remove un-necessary opencv dependency
OpenCV is no longer required, so remove it from PACKAGECONFIG.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 84cb357397748012d312d7b65161ba2f8af60dfc)
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb index cf0b8263c..68689f903 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb | |||
@@ -3,9 +3,7 @@ require recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc | |||
3 | DEPENDS_append_imxgpu2d = " virtual/libg2d" | 3 | DEPENDS_append_imxgpu2d = " virtual/libg2d" |
4 | DEPENDS_append_mx8 = " libdrm" | 4 | DEPENDS_append_mx8 = " libdrm" |
5 | 5 | ||
6 | PACKAGECONFIG_append_mx6q = " opencv" | 6 | PACKAGECONFIG_append_mx8 = " kms" |
7 | PACKAGECONFIG_append_mx6qp = " opencv" | ||
8 | PACKAGECONFIG_append_mx8 = " opencv kms" | ||
9 | 7 | ||
10 | DEFAULT_PREFERENCE = "-1" | 8 | DEFAULT_PREFERENCE = "-1" |
11 | 9 | ||