From: Leon Anavi Date: Mon, 26 Sep 2016 09:54:56 +0000 (+0300) Subject: mesa_%.bbappend: Remove dependency from libomxil X-Git-Tag: chinook_3.0.0~126 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=50a41b2535567051b5d33385ed5471e7cdef774e;p=AGL%2Fmeta-agl.git mesa_%.bbappend: Remove dependency from libomxil Remove proprietary components such as libomxil which require setting LICENSE_FLAGS_WHITELIST = "commercial". Bug-AGL: SPEC-254 Change-Id: I93afadcaf70de8c0af23466efa7a4e3ef45d20b6 Signed-off-by: Leon Anavi --- diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend index 78250550f..9393dcbc0 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend @@ -1,4 +1,4 @@ -DEPENDS += "python-mako-native libomxil" +DEPENDS += "python-mako-native" PACKAGECONFIG_append = " gallium gallium-llvm"