diff options
author | mulhern <mulhern@gmail.com> | 2013-08-15 21:27:44 -0400 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-20 08:39:31 -0700 |
commit | cbacab464cd0f29068f4eb96b5a5c3bb25b465c3 (patch) | |
tree | b0d577da4c7caa6006ef3b8777867c3fa15129a7 | |
parent | 4f2821cb7b01ca11249154d1d071bc267dbf4f85 (diff) | |
download | meta-security-cbacab464cd0f29068f4eb96b5a5c3bb25b465c3.tar.gz |
curses-perl: Change description to match package.
[YOCTO #4196] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=4196
The description field in the recipe was changed to match the package.
Signed-off-by: mulhern <mulhern@yoctoproject.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | recipes-security/perl/curses-perl_1.28.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-security/perl/curses-perl_1.28.bb b/recipes-security/perl/curses-perl_1.28.bb index 5984ca7..d05a0f2 100644 --- a/recipes-security/perl/curses-perl_1.28.bb +++ b/recipes-security/perl/curses-perl_1.28.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "This package contains the URI.pm module with friends. \ | 1 | DESCRIPTION = "lib-curses provides an interface between Perl programs and \ |
2 | The module implements the URI class. URI objects can be used to access \ | 2 | the curses library." |
3 | and manipulate the various components that make up these strings." | ||
4 | 3 | ||
5 | SECTION = "libs" | 4 | SECTION = "libs" |
6 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 5 | LICENSE = "Artistic-1.0 | GPL-1.0+" |