Since our bbappend makes opencv a machine-specific package, PV containing SRCPV may lead to different versions of the package for different machines due to AUTOINC part that gets assigned by a PR server. As opencv provides libraries, packages that depend on those automatically specify (>= PV) and may incorrectly specify the wrong one from sstate for non-machine-specific packages. Dropping SRCPV makes PV generic to satisfy such dependencies.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- v2 - also bump PE to force rebuild/repackage meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend index d10ff9f..95880f2 100644 --- a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend +++ b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend @@ -1,3 +1,5 @@ +PE = "1" +PV = "3.1" PR = "r3" BRANCH = "tiopencvrelease_3.1" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
