We're choosing the PACKAGECONFIG value as distro policy, so we should just set it with = rather than weakly defaulting it with ??=.
Signed-off-by: Paul Eggleton <[email protected]> --- recipes-support/opencv/opencv_2.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-support/opencv/opencv_2.%.bbappend b/recipes-support/opencv/opencv_2.%.bbappend index 06f121e..52799fc 100644 --- a/recipes-support/opencv/opencv_2.%.bbappend +++ b/recipes-support/opencv/opencv_2.%.bbappend @@ -1 +1 @@ -PACKAGECONFIG ??= "eigen gtk jpeg png tiff v4l" +PACKAGECONFIG = "eigen gtk jpeg png tiff v4l" -- 2.1.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
