diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-26 12:54:56 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-09-27 00:09:40 +0300 |
commit | 50a41b2535567051b5d33385ed5471e7cdef774e (patch) | |
tree | b244740c58717e8bb3e380f57bbc87901d8d73b7 /meta-agl-bsp/meta-raspberrypi/recipes-graphics | |
parent | 8158c44fdb63dc84b2c98f26e43be432c19cf03a (diff) |
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 <leon.anavi@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-graphics')
-rw-r--r-- | meta-agl-bsp/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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" |