summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorMatthieu CRAPET <Matthieu.CRAPET@ingenico.com>2014-02-19 15:47:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-02-23 23:20:02 +0100
commitc95e155780a0cf3a8fb59a2f86db6367d18116fc (patch)
tree959415e6ec633be9f798ac35a1be7b9d67aded5a /meta-oe/recipes-core
parenta7ee4f3b00870b4a7c7bd5caada6df00089973c8 (diff)
downloadmeta-openembedded-c95e155780a0cf3a8fb59a2f86db6367d18116fc.tar.gz
recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb2
-rw-r--r--meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb2
-rw-r--r--meta-oe/recipes-core/glib-2.0/glibmm_2.36.2.bb2
-rw-r--r--meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb2
-rw-r--r--meta-oe/recipes-core/llvm/llvm-common.bb2
-rw-r--r--meta-oe/recipes-core/meta/distro-feed-configs.bb2
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-basic.bb2
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-boot.bb2
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb4
-rw-r--r--meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb2
10 files changed, 11 insertions, 11 deletions
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
index 181e30336..205e1d1a1 100644
--- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
+++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "dbus forwarding daemon" 1SUMMARY = "dbus forwarding daemon"
2LICENSE = "LGPLv2.1+" 2LICENSE = "LGPLv2.1+"
3LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" 3LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba"
4DEPENDS = "dbus dbus-glib" 4DEPENDS = "dbus dbus-glib"
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
index 78dfce6b7..156d513f1 100644
--- a/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
+++ b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Gives a fake root environment" 1SUMMARY = "Gives a fake root environment"
2HOMEPAGE = "http://fakeroot.alioth.debian.org" 2HOMEPAGE = "http://fakeroot.alioth.debian.org"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.36.2.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.36.2.bb
index 9735d6ac4..e68eb50a1 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm_2.36.2.bb
+++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.36.2.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "C++ bindings for the glib library." 1SUMMARY = "C++ bindings for the glib library"
2HOMEPAGE = "http://www.gtkmm.org/" 2HOMEPAGE = "http://www.gtkmm.org/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPLv2.1 & GPLv2" 4LICENSE = "LGPLv2.1 & GPLv2"
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
index fe3c8917e..b6ce5fc91 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "A library for loose coupling of C++ method calls" 1SUMMARY = "A library for loose coupling of C++ method calls"
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" 4LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
diff --git a/meta-oe/recipes-core/llvm/llvm-common.bb b/meta-oe/recipes-core/llvm/llvm-common.bb
index cedfde7de..618cc1e9d 100644
--- a/meta-oe/recipes-core/llvm/llvm-common.bb
+++ b/meta-oe/recipes-core/llvm/llvm-common.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Helper script for OE's llvm support" 1SUMMARY = "Helper script for OE's llvm support"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \ 4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
diff --git a/meta-oe/recipes-core/meta/distro-feed-configs.bb b/meta-oe/recipes-core/meta/distro-feed-configs.bb
index 462af4528..29739c2dc 100644
--- a/meta-oe/recipes-core/meta/distro-feed-configs.bb
+++ b/meta-oe/recipes-core/meta/distro-feed-configs.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Configuration files for online package repositories aka feeds" 1SUMMARY = "Configuration files for online package repositories aka feeds"
2PR = "r1" 2PR = "r1"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
index 4f7e70506..08db94344 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
@@ -1,7 +1,7 @@
1# This recipe is intended as a 'simpler' replacement for packagegroup-base. 1# This recipe is intended as a 'simpler' replacement for packagegroup-base.
2# Please communicate your use cases and suggestions to the mailinglist(s) 2# Please communicate your use cases and suggestions to the mailinglist(s)
3 3
4DESCRIPTION = "Basic task to get a device online" 4SUMMARY = "Basic task to get a device online"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
7 7
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb
index c29d9ef51..3b634f3a7 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-boot.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Basic task to get a device booting" 1SUMMARY = "Basic task to get a device booting"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
4 4
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb
index 8807fd141..fbba23ca2 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-cli-tools.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "A set of useful command line tools" 1SUMMARY = "A set of useful command line tools"
2DESCRIPTION_${PN}-debug = "A set of command line tools useful for debugging" 2SUMMARY_${PN}-debug = "A set of command line tools useful for debugging"
3SECTION = "console" 3SECTION = "console"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
index df12299c0..a46a91c8b 100644
--- a/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
+++ b/meta-oe/recipes-core/proxy-libintl/proxy-libintl_20100902.bb
@@ -1,4 +1,4 @@
1DESCRIPTION = "Proxy libintl" 1SUMMARY = "Proxy libintl"
2HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/" 2HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "LGPLv2" 4LICENSE = "LGPLv2"