From: Koen Kooi Date: Tue, 22 Jun 2010 20:13:57 +0000 (+0200) Subject: gst-opencv: bump SRCREV, fix versioning X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ecd529f3093a6477e6855d7a6f5d036542bebe2;p=openembedded.git gst-opencv: bump SRCREV, fix versioning --- diff --git a/recipes/opencv/gst-opencv_git.bb b/recipes/opencv/gst-opencv_git.bb index 424fac24ff..239c4e91e8 100644 --- a/recipes/opencv/gst-opencv_git.bb +++ b/recipes/opencv/gst-opencv_git.bb @@ -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"