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]> --- 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..dcc2d30 100644 --- a/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend +++ b/meta-arago-distro/recipes-support/opencv/opencv_3.1.bbappend @@ -1,5 +1,7 @@ PR = "r3" +PV = "3.1" + BRANCH = "tiopencvrelease_3.1" SRC_URI_remove = "git://github.com/Itseez/opencv.git;name=opencv" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
