gst-opencv: bump SRCREV, fix versioning
authorKoen Kooi <koen@openembedded.org>
Tue, 22 Jun 2010 20:13:57 +0000 (22:13 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 22 Jun 2010 20:13:57 +0000 (22:13 +0200)
recipes/opencv/gst-opencv_git.bb

index 424fac2..239c4e9 100644 (file)
@@ -5,8 +5,12 @@ DEPENDS = "opencv gstreamer ffmpeg"
 
 inherit autotools
 
-PV = "0.10.0.1+gitr${SRCPV}"
-SRCREV = "4514ee1608f001e85f264001355a76b5607b2144"
+CFLAGS += " -I${STAGING_INCDIR}/opencv"
+
+PE = "1"
+PV = "0.10.0.1"
+PR_append = "+gitr${SRCPV}"
+SRCREV = "c767c38c847b0ee32b0a"
 SRC_URI = "git://github.com/Elleo/gst-opencv.git;protocol=git"
 
 S = "${WORKDIR}/git"