[meta-intel] [meta-intel-iot-devkit][PATCH 3/5] opencv: just use = to set PACKAGECONFIG

Paul Eggleton paul.eggleton at linux.intel.com
Mon Jun 8 05:55:12 PDT 2015


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 <paul.eggleton at linux.intel.com>
---
 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



More information about the meta-intel mailing list