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:
4dcd8fa
)
gstreamer-ti: include MACHINE_KERNEL_PR in PR since it statically links to libs using...
author
Koen Kooi
<k-kooi@ti.com>
Thu, 11 Mar 2010 09:35:13 +0000
(10:35 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 12 Apr 2010 17:43:24 +0000
(19:43 +0200)
recipes/ti/gstreamer-ti_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/ti/gstreamer-ti_svn.bb
b/recipes/ti/gstreamer-ti_svn.bb
index
cdf1f06
..
d7b645e
100644
(file)
--- a/
recipes/ti/gstreamer-ti_svn.bb
+++ b/
recipes/ti/gstreamer-ti_svn.bb
@@
-17,7
+17,8
@@
require ti-staging.inc
PROVIDES += "gstreamer-ti-demo-script"
PV = "svnr${SRCREV}"
-PR = "r45"
+# Rebuild on kernel change since it links statically to ti-dmai, ti-codec-engine, etc
+PR = "r46+${MACHINE_KERNEL_PR}"
S = "${WORKDIR}/gstreamer_ti/ti_build/ticodecplugin"