Skip to content

Commit

Permalink
gstreamer1.0-plugins-nveglgles: add L4T version to PV
Browse files Browse the repository at this point in the history
and name the downloaded tarball based on ${PV}, as NVIDIA does
not include a version number in the filename.
  • Loading branch information
madisongh committed May 20, 2016
1 parent 8759199 commit 9e86243
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \
file://COPYING.LIB;md5=21682e4e8fea52413fd26c60acb907e5 \
file://ext/eglgles/gstegladaptation.c;beginline=9;endline=25;md5=51eafe984c428127773b6a95eb959d0b"

SRC_URI = "http://developer.download.nvidia.com/embedded/L4T/r23_Release_v1.0/source/gstegl_src.tbz2 \
SRC_URI = "http://developer.download.nvidia.com/embedded/L4T/r23_Release_v1.0/source/gstegl_src.tbz2;downloadfilename=${BPN}-${PV}.tbz2 \
file://0001-introspection-pkgconfig.patch \
file://0002-fix-libtool-references.patch \
file://0003-fix-pkg-config-path-in-makefiles.patch \
Expand All @@ -32,4 +32,4 @@ do_compile_prepend() {

do_install_append() {
sed -i -e's,${STAGING_INCDIR},${includedir},g' ${D}${libdir}/pkgconfig/gstreamer-egl-1.0.pc
}
}

0 comments on commit 9e86243

Please sign in to comment.