diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-11-25 18:50:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 17:09:39 +0000 |
commit | e1e888585c84175580ad822d4a6c93f62e5ce16c (patch) | |
tree | 21a83f155320b12a6e43a169e1da1ab326f21d92 /meta/recipes-extended/shadow | |
parent | bd8fb95960cfbc9de4b796a4e5b22ef0b0dc1699 (diff) | |
download | openembedded-core-contrib-e1e888585c84175580ad822d4a6c93f62e5ce16c.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.
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/shadow')
-rw-r--r-- | meta/recipes-extended/shadow/shadow-securetty_4.1.4.3.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/shadow/shadow.inc | 1 |
3 files changed, 0 insertions, 3 deletions
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 4a1f79f8e54..9d2ca4d5d60 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 @@ SUMMARY = "Provider of the machine specific securetty file" -DESCRIPTION = "Provider of the machine specific securetty file" SECTION = "base utils" LICENSE = "MIT" LIC_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 d379c1fdd73..697569c47ec 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 @@ SUMMARY = "Shadow utils requirements for useradd.bbclass" -DESCRIPTION = "Shadow utils requirements for useradd.bbclass" HOMEPAGE = "http://pkg-shadow.alioth.debian.org" BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" SECTION = "base utils" diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 5ab978ac51e..33ecc7db40c 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -1,5 +1,4 @@ SUMMARY = "Tools to change and administer password and group data" -DESCRIPTION = "Tools to change and administer password and group data" HOMEPAGE = "http://pkg-shadow.alioth.debian.org" BUGTRACKER = "https://alioth.debian.org/tracker/?group_id=30580" SECTION = "base utils" |