diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-03 12:43:02 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-04-03 12:43:02 +0200 |
commit | 6a042e9ea0633c92dfdb87cef542c320334d82e1 (patch) | |
tree | 25814cca5d11f59af58b3d984f61ed751c776c41 /recipes-graphics | |
parent | 0df219e470c57d9d8420e4c91069f5414ea69f63 (diff) |
gpu-viv-bin-mx6q: add bbappend for no samples
adds gpu-viv-bin-mx6q-libraries package which RDEPENDS only the
libraries but not the samples.
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend new file mode 100644 index 0000000..690f420 --- /dev/null +++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_3.10.9-1.0.0-hfp.bbappend @@ -0,0 +1,14 @@ +# meta package to pull in the libries, but not the (huge) samples +PACKAGES =+ "gpu-viv-bin-mx6q-libraries " +FILES_gpu-viv-bin-mx6q-libraries = "" +ALLOW_EMPTY_gpu-viv-bin-mx6q-libraries = "1" +RDEPENDS_gpu-viv-bin-mx6q-libraries = " \ + libclc-mx6 \ + libegl-mx6 \ + libgles-mx6 \ + libgles2-mx6 \ + libglslc-mx6 \ + libopencl-mx6 \ + libopenvg-mx6 \ + libvdk-mx6 \ +"
\ No newline at end of file |