diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-11 10:35:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:24 +0200 |
commit | d37453d38002ccaed2dd7c38be10ea72b704813e (patch) | |
tree | 6da6d3c6ff13f0e60214f3948dfc04799d6af994 /recipes | |
parent | 4dcd8faa836990423977be68e880176cd7155055 (diff) |
gstreamer-ti: include MACHINE_KERNEL_PR in PR since it statically links to libs using M_K_P
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ti/gstreamer-ti_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index cdf1f06577..d7b645e864 100644 --- 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" |