[meta-freescale] [PATCH][meta-fsl-demos 2/2] packagegroup-fsl-*: Change DESCRIPTION

Daiane Angolini daiane.angolini at freescale.com
Fri Jan 9 08:14:02 PST 2015


Change DESCRIPTION and SUMMARY replacing "Freescale" by "FSL Community BSP"
because this is not a official packagegroup provided by Freescale, it is a FSL
Community BSP packagegroup provided and supported by community.

In addition, it make the DESCRIPTION to be one line only.

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>

Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb        | 6 ++----
 recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb             | 5 ++---
 recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb       | 4 ++--
 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb    | 6 ++----
 recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb             | 4 ++--
 recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb        | 5 ++---
 .../packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb      | 6 ++----
 .../packagegroups/packagegroup-fslc-gstreamer1.0-full.bb            | 6 ++----
 recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb  | 5 ++---
 9 files changed, 18 insertions(+), 29 deletions(-)

diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
index 4eff003..2b4435d 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer-full.bb
@@ -1,10 +1,8 @@
 # Copyright (C) 2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale's package group which provides audio, video, and debug \
-gstreamer's plugins (including good and bad ones) with the required hardware \
-acceleration (if supported by the SoC)."
-SUMMARY = "Freescale package group - gstreamer full"
+DESCRIPTION = "Package group used by FSL Community to provide audio, video, and debug GStreamer's plugins (including good and bad ones) with the required hardware acceleration (if supported by the SoC)."
+SUMMARY = "FSL Community package group - GStreamer full"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb
index a1d84c8..f5b6218 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer.bb
@@ -1,9 +1,8 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale's package group which provides audio, video, and debug \
-gstreamer's plugins with the required hardware acceleration (if supported by the SoC)."
-SUMMARY = "Freescale package group - gstreamer"
+DESCRIPTION = "Package group used by FSL Community to provide audio, video, and debug GStreamer's plugins with the required hardware acceleration (if supported by the SoC)."
+SUMMARY = "FSL Community package group - GStreamer"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
index a1d61c3..834b51a 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-benchmark.bb
@@ -1,8 +1,8 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale's package group which provides a set of benchmark applications."
-SUMMARY = "Freescale package group - tools/benchmark"
+DESCRIPTION = "Package group used by FSL Community to provide a set of benchmark applications."
+SUMMARY = "FSL Communtiy package group - tools/benchmark"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
index 66ac303..447bde5 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu-external.bb
@@ -1,9 +1,7 @@
 # Copyright (C) 2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
-DESCRIPTION = "Freescale's package group which provides graphic packages used \
-to test the several hardware accelerated graphics APIs including packages not \
-provided by Freescale."
-SUMMARY = "Freescale package group - tools/gpu/external"
+DESCRIPTION = "Package group used by FSL Community to provide graphic packages used to test the several hardware accelerated graphics APIs including packages not provided by Freescale."
+SUMMARY = "FSL Community Package group - tools/gpu/external"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
index e44798a..2deb2f8 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-gpu.bb
@@ -1,8 +1,8 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale's package group used to add the packages which provides GPU support."
-SUMMARY = "Freescale package group - tools/gpu"
+DESCRIPTION = "Package group used by FSL Community to add the packages which provide GPU support."
+SUMMARY = "FSL Community package group - tools/gpu"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
index 62ec049..209dbd5 100644
--- a/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
+++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-testapps.bb
@@ -1,9 +1,8 @@
 # Copyright (C) 2012-2014 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Freescale's package group provides a set of packages and utilities \
-for hardware test."
-SUMMARY = "Freescale package group - tools/testapps"
+DESCRIPTION = "Packagegroup used by FSL Community to provide a set of packages and utilities for hardware test."
+SUMMARY = "FSL Community packagegroup - tools/testapps"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
index e1cae1e..2f75cf0 100644
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
+++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-commercial.bb
@@ -1,7 +1,5 @@
-DESCRIPTION = "Freescale package group which provides audio and video plugins \
- that are subject to retricted licensing and/or royalties and thus require \
- the 'commercial' license whitelist flag"
-SUMMARY = "Freescale package group - set of GStreamer 1.0 plugins with commercial licence flag"
+DESCRIPTION = "Package group used by FSL Community to provide audio and video plugins  that are subject to restricted licensing and/or royalties and thus require the 'commercial' license whitelist flag"
+SUMMARY = "FSL Community package group - set of GStreamer 1.0 plugins with commercial licence flag"
 LICENSE = "MIT"
 LICENSE_FLAGS = "commercial"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
index 6b42c53..624aa71 100644
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
+++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0-full.bb
@@ -1,7 +1,5 @@
-DESCRIPTION = "Freescale package group which provides all GStreamer plugins from the \
- base, good, and bad packages, as well as the ugly and libav ones if commercial packages \
- are whitelisted, and plugins for the required hardware acceleration (if supported by the SoC)."
-SUMMARY = "Freescale package group - full set of all GStreamer 1.0 plugins"
+DESCRIPTION = "Package group used by FSL Community to provide all GStreamer plugins from the base, good, and bad packages, as well as the ugly and libav ones if commercial packages are whitelisted, and plugins for the required hardware acceleration (if supported by the SoC)."
+SUMMARY = "FSL Community package group - full set of all GStreamer 1.0 plugins"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb
index 86b9845..a3b6a8b 100644
--- a/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb
+++ b/recipes-multimedia/packagegroups/packagegroup-fslc-gstreamer1.0.bb
@@ -1,6 +1,5 @@
-DESCRIPTION = "Freescale package group which provides audio, video, networking and debug \
- GStreamer plugins with the required hardware acceleration (if supported by the SoC)."
-SUMMARY = "Freescale package group - set of commonly used GStreamer 1.0 plugins"
+DESCRIPTION = "Package group used by FSL Community to provide audio, video, networking and debug GStreamer plugins with the required hardware acceleration (if supported by the SoC)."
+SUMMARY = "FSL Community package group - set of commonly used GStreamer 1.0 plugins"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-- 
1.9.1



More information about the meta-freescale mailing list