git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a12af
)
gst-opencv: bump SRCREV, fix versioning
author
Koen Kooi
<koen@openembedded.org>
Tue, 22 Jun 2010 20:13:57 +0000
(22:13 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 22 Jun 2010 20:13:57 +0000
(22:13 +0200)
recipes/opencv/gst-opencv_git.bb
patch
|
blob
|
history
diff --git
a/recipes/opencv/gst-opencv_git.bb
b/recipes/opencv/gst-opencv_git.bb
index
424fac2
..
239c4e9
100644
(file)
--- 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"