aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugin-gles_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-08 11:38:18 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-08 11:38:49 +0100
commit8c37bbf914f4fd80621009f4cca4a3985d3ce523 (patch)
treeb3467dccdbfba80a65735b25cc053243f9650685 /recipes/gstreamer/gst-plugin-gles_git.bb
parentc7fcc36b366484911d2ed2cfc881f485b4894733 (diff)
downloadopenembedded-8c37bbf914f4fd80621009f4cca4a3985d3ce523.tar.gz
gst-plugin-gles: update to current git
Diffstat (limited to 'recipes/gstreamer/gst-plugin-gles_git.bb')
-rw-r--r--recipes/gstreamer/gst-plugin-gles_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gstreamer/gst-plugin-gles_git.bb b/recipes/gstreamer/gst-plugin-gles_git.bb
index b4938dc9f6..90c27c6a75 100644
--- a/recipes/gstreamer/gst-plugin-gles_git.bb
+++ b/recipes/gstreamer/gst-plugin-gles_git.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "GStreamer OpenGL/GLES2 plugins"
LICENSE = "LGPL"
-SRCREV = "18f5c4875006606b28aa9aa366abbc5dd1e16b60"
+SRCREV = "3d5ba149ee8c290bf9995cd2f6826b0ff2920adf"
-PR = "r1"
+PR = "r2"
PR_append = "+gitr${SRCREV}"
PV = "0.10"
@@ -12,7 +12,6 @@ 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_fix_renderbuffer_storage.patch;patch=1 \
"
S = "${WORKDIR}/git"
@@ -24,6 +23,7 @@ EXTRA_OECONF = "--disable-tests --disable-examples"
do_configure_prepend () {
cp -rf ${WORKDIR}/gstreamer-0.10.23/common/* ${S}/common/
cp -rf ${WORKDIR}/gstreamer-0.10.23/po/* ${S}/po/
+ autopoint --force
sed -i -e '/po /d' ${S}/Makefile.am
}