]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer: Add common .inc files for meson based recipes
authorCarlos Rafael Giani <crg7475@mailbox.org>
Sun, 12 Jan 2020 13:59:43 +0000 (14:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jan 2020 22:21:31 +0000 (22:21 +0000)
commit075aa7a617d38d6a698cee97dcb7550e72741eb5
tree7365a9c0ea3738d7ba6b294b68b99b955338ea84
parentb6d4150f9c74f25a4022a3fa0bd489a8e85deb77
gstreamer: Add common .inc files for meson based recipes

* gstreamer1.0-plugins-common.inc
  The old gstreamer1.0-plugins.inc file, adapted for meson
* gstreamer1.0-plugins-packaging.inc
  The old gst-plugins-package.inc file, adapted for meson
* gstreamer1.0-ptest.inc
  Common code for meson based PTest support; autogenerates the run-ptest
  file and is designed to use the gnome-desktop-testing suite runner
  (which is why the .inc files inherits from ptest-gnome)

Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0-ptest.inc [new file with mode: 0644]