gstreamer-ti: include MACHINE_KERNEL_PR in PR since it statically links to libs using...
authorKoen Kooi <k-kooi@ti.com>
Thu, 11 Mar 2010 09:35:13 +0000 (10:35 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 12 Apr 2010 17:43:24 +0000 (19:43 +0200)
recipes/ti/gstreamer-ti_svn.bb

index cdf1f06..d7b645e 100644 (file)
@@ -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"