diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-30 12:34:18 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-30 12:34:18 +0100 |
commit | 96b5c60c3c495dc3a7cdbb1635d7179c0e3a1071 (patch) | |
tree | 3554fa2bd9c2b60615589708dde1281443f3e80e /recipes/gstreamer/gst-plugin-gles_git.bb | |
parent | 7a0374933640c35ded6053b086f5eb42f9afc938 (diff) | |
parent | afd65a8f2d4894a3767fbc1d83b354c275238766 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gstreamer/gst-plugin-gles_git.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugin-gles_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugin-gles_git.bb b/recipes/gstreamer/gst-plugin-gles_git.bb index 68c1241191..b4938dc9f6 100644 --- a/recipes/gstreamer/gst-plugin-gles_git.bb +++ b/recipes/gstreamer/gst-plugin-gles_git.bb @@ -2,7 +2,8 @@ DESCRIPTION = "GStreamer OpenGL/GLES2 plugins" LICENSE = "LGPL" SRCREV = "18f5c4875006606b28aa9aa366abbc5dd1e16b60" -SRCREV_common = "792d198f3f694e5475d1467b5ae9371a23baf7a3" + +PR = "r1" PR_append = "+gitr${SRCREV}" PV = "0.10" @@ -11,7 +12,7 @@ DEPENDS = "virtual/libsdl libgles-omap3 gstreamer gst-plugins-base" SRC_URI = "git://anongit.freedesktop.org/gstreamer/gst-plugins-gl;protocol=git \ http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.23.tar.bz2 \ - file://omap3_disable_depth_attachment.patch;patch=1 \ + file://omap3_fix_renderbuffer_storage.patch;patch=1 \ " S = "${WORKDIR}/git" |