summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-11-25 18:50:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 17:45:52 +0000
commit46533029401655872a1905c073a6cbb4e7b95333 (patch)
tree034c00e0253cd3056c7b0958b9da2a1f31507332 /meta/recipes-extended
parent0954ddea3a76f19bae9e30d722d9b5351418f0e8 (diff)
downloadpoky-46533029401655872a1905c073a6cbb4e7b95333.tar.gz
Don't set DESCRIPTION to the same value as SUMMARY
Setting DESCRIPTION to the same value as SUMMARY doesn't do anything, since the value of DESCRIPTION will be derived from SUMMARY if not specified. (From OE-Core rev: e1e888585c84175580ad822d4a6c93f62e5ce16c) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/cups/cups.inc1
-rw-r--r--meta/recipes-extended/grep/grep_2.15.bb1
-rw-r--r--meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb1
-rw-r--r--meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb1
-rw-r--r--meta/recipes-extended/shadow/shadow.inc1
5 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 62295b73ca..cb5b1a780c 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -1,5 +1,4 @@
1SUMMARY = "An Internet printing system for Unix" 1SUMMARY = "An Internet printing system for Unix"
2DESCRIPTION = "An Internet printing system for Unix."
3SECTION = "console/utils" 2SECTION = "console/utils"
4LICENSE = "GPLv2 & LGPLv2" 3LICENSE = "GPLv2 & LGPLv2"
5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" 4DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb"
diff --git a/meta/recipes-extended/grep/grep_2.15.bb b/meta/recipes-extended/grep/grep_2.15.bb
index b6aa882ed1..b24188ff4b 100644
--- a/meta/recipes-extended/grep/grep_2.15.bb
+++ b/meta/recipes-extended/grep/grep_2.15.bb
@@ -1,5 +1,4 @@
1SUMMARY = "GNU grep utility" 1SUMMARY = "GNU grep utility"
2DESCRIPTION = "GNU grep utility"
3HOMEPAGE = "http://savannah.gnu.org/projects/grep/" 2HOMEPAGE = "http://savannah.gnu.org/projects/grep/"
4BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep" 3BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep"
5SECTION = "console/utils" 4SECTION = "console/utils"
diff --git a/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb
index 4a1f79f8e5..9d2ca4d5d6 100644
--- a/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb
@@ -1,5 +1,4 @@
1SUMMARY = "Provider of the machine specific securetty file" 1SUMMARY = "Provider of the machine specific securetty file"
2DESCRIPTION = "Provider of the machine specific securetty file"
3SECTION = "base utils" 2SECTION = "base utils"
4LICENSE = "MIT" 3LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb
index d379c1fdd7..697569c47e 100644
--- a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb
+++ b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb
@@ -1,5 +1,4 @@
1SUMMARY = "Shadow utils requirements for useradd.bbclass" 1SUMMARY = "Shadow utils requirements for useradd.bbclass"
2DESCRIPTION = "Shadow utils requirements for useradd.bbclass"
3HOMEPAGE = "http://pkg-shadow.alioth.debian.org" 2HOMEPAGE = "http://pkg-shadow.alioth.debian.org"
4BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" 3BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580"
5SECTION = "base utils" 4SECTION = "base utils"
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 5ab978ac51..33ecc7db40 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -1,5 +1,4 @@
1SUMMARY = "Tools to change and administer password and group data" 1SUMMARY = "Tools to change and administer password and group data"
2DESCRIPTION = "Tools to change and administer password and group data"
3HOMEPAGE = "http://pkg-shadow.alioth.debian.org" 2HOMEPAGE = "http://pkg-shadow.alioth.debian.org"
4BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" 3BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580"
5SECTION = "base utils" 4SECTION = "base utils"