From: Koen Kooi Date: Thu, 11 Mar 2010 09:35:13 +0000 (+0100) Subject: gstreamer-ti: include MACHINE_KERNEL_PR in PR since it statically links to libs using... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37453d38002ccaed2dd7c38be10ea72b704813e;p=openembedded.git gstreamer-ti: include MACHINE_KERNEL_PR in PR since it statically links to libs using M_K_P --- 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"