diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-18 17:43:33 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:08 +0000 |
commit | 8bcb64c0737e2322031a5579c1a3fa01d944b348 (patch) | |
tree | 5ee6a7ae1271334d6892636893c681f51990940c /meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc | |
parent | 2e0a8afe9849383303d515d49c2a7aef9b4ba00e (diff) | |
download | poky-8bcb64c0737e2322031a5579c1a3fa01d944b348.tar.gz |
recipes-devtools: Add Summary information
Add Summary information and update Descripts as necessary.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc index 106fa25e14..9b53df8725 100644 --- a/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc +++ b/meta/recipes-devtools/update-alternatives/update-alternatives-dpkg.inc | |||
@@ -1,3 +1,8 @@ | |||
1 | SUMMARY = "Manage alternatives" | ||
2 | DESCRIPTION = "update-alternatives creates, removes, maintains and displays information about the symbolic links \ | ||
3 | comprising the Debian alternatives system. The Debian alternatives system attempts solve the problem of several \ | ||
4 | programs fulfilling the same or similar functions and how they can be installed onto a single system at the same \ | ||
5 | time." | ||
1 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
2 | SECTION = "base" | 7 | SECTION = "base" |
3 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz" | 8 | SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz" |