summaryrefslogtreecommitdiff
path: root/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-01-23 15:50:26 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-04 14:58:11 +0100
commitec413939657c0cd4bcb660c52c527cb7c0b0f6f5 (patch)
tree8a8ca019548c95eb6e0c1f5066d0e46e62e079b8 /recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
parent9f4378d25ccdae1eaab77c5e72c983fbe1de4e8c (diff)
libgstnvegl, libgstomx-0.10: update to L4T R21.7
Looks like those two we never actually updated to building off from R21.7 sources. This commit fixes that now. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb')
-rw-r--r--recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb39
1 files changed, 0 insertions, 39 deletions
diff --git a/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb b/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
deleted file mode 100644
index 0ed0cfe..0000000
--- a/recipes-multimedia/libgstomx-0.10/libgstomx-0.10_21.5.0.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-DESCRIPTION = "NVIDIA Linux Driver Packages"
-HOMEPAGE = "https://developer.nvidia.com/"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
-
-SRC_URI = " \
- http://developer.download.nvidia.com/embedded/L4T/r21_Release_v5.0/source/gstomx_src.tbz2 \
- file://0001-fix-gstomx-compilation-issues.patch \
- file://0001-configure-don-t-use-gst-photography-even-if-it-is-in.patch \
-"
-
-SRC_URI[md5sum] = "457764edbcbe7239f93f6e1284d66b17"
-SRC_URI[sha256sum] = "586b95c8c56ef0b7527dc0f7006e0eccd12a7da9613606cc766cf8d85b0f0a23"
-
-DEPENDS += " libgstnvegl libffi glib-2.0 gstreamer gst-plugins-base libpcre libxml2 zlib "
-DEPENDS += " virtual/egl virtual/mesa virtual/libgles2 gdbm drm "
-
-S = "${WORKDIR}/gstomx_src/gst-openmax"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = " --enable-tegra --enable-eglimage --enable-experimental --disable-static "
-
-CXXFLAGS += " -DTEGRA_ARCH_124 -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_headers -Wl,--no-undefined "
-CFLAGS += " -DTEGRA_ARCH_124 -I${S}/omx/openmax -I${WORKDIR}/gstomx_src/nv_headers -Wl,--no-undefined "
-
-
-do_configure_prepend() {
- export LIBS="-lEGL -lGLESv2 -lX11 -ldl -lgstreamer-0.10 "
-}
-
-FILES_${PN}-dbg = " \
- /usr/src/debug/* \
- /usr/lib/.debug/* \
-"
-FILES_${PN} = " \
- /usr/lib/gstreamer-0.10/libgstomx.so \
- /usr/lib/gstreamer-0.10/libgstomx.la \
-"