diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:02 -0300 |
| commit | d67c4d7f89854476c34717cb7f116593537fca80 (patch) | |
| tree | bb358d24760ca3c4df14ab3283fc8d7b3d63f4ae | |
| parent | 08f3b8dc31435e8663808f92edd7a0b17e571cf7 (diff) | |
| download | meta-freescale-d67c4d7f89854476c34717cb7f116593537fca80.tar.gz | |
packagegroup-fsl-gstreamer1.0-full: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all
recipe content into a single layer. meta-freescale-distro is becoming a
thin backward-compatibility layer that only keeps the distro definitions
for the wrynose LTS lifetime and is no longer used for recipe development.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb new file mode 100644 index 000000000..6b2c3ac0e --- /dev/null +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0-full.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Package group used by FSL Community to provide all GStreamer plugins from the \ | ||
| 2 | base, good, and bad packages, as well as the ugly and libav ones if commercial packages \ | ||
| 3 | are whitelisted, and plugins for the required hardware acceleration (if supported by the SoC)." | ||
| 4 | SUMMARY = "FSL Community package group - full set of all GStreamer 1.0 plugins" | ||
| 5 | |||
| 6 | inherit packagegroup | ||
| 7 | |||
| 8 | RDEPENDS:${PN} = " \ | ||
| 9 | packagegroup-fsl-gstreamer1.0 \ | ||
| 10 | ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'packagegroup-fsl-gstreamer1.0-commercial', '', d)} \ | ||
| 11 | gstreamer1.0-plugins-base-meta \ | ||
| 12 | gstreamer1.0-plugins-good-meta \ | ||
| 13 | gstreamer1.0-plugins-bad-meta \ | ||
| 14 | ${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'gstreamer1.0-plugins-ugly-meta', '', d)} \ | ||
| 15 | " | ||
