summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormulhern <mulhern@gmail.com>2013-08-15 21:27:45 -0400
committerSaul Wold <sgw@linux.intel.com>2013-08-20 08:39:35 -0700
commit600a74468bf6d2e2f865e7d7c70e68c60c829234 (patch)
tree8d25814110ac2b777e64d8d2c8cb7e74befbedeb
parentcbacab464cd0f29068f4eb96b5a5c3bb25b465c3 (diff)
downloadmeta-security-600a74468bf6d2e2f865e7d7c70e68c60c829234.tar.gz
lib-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/lib-perl_0.63.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-security/perl/lib-perl_0.63.bb b/recipes-security/perl/lib-perl_0.63.bb
index 606ecfb..c05ae1e 100644
--- a/recipes-security/perl/lib-perl_0.63.bb
+++ b/recipes-security/perl/lib-perl_0.63.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "This package contains the URI.pm module with friends. \ 1DESCRIPTION = "This is a small simple module which simplifies the \
2The module implements the URI class. URI objects can be used to access \ 2manipulation of @INC at compile time. It is typically used to add extra \
3and manipulate the various components that make up these strings." 3directories to Perl's search path so that later "use" or "require" statements \
4will find modules which are not located in the default search path."
4 5
5SECTION = "libs" 6SECTION = "libs"
6LICENSE = "Artistic-1.0 | GPL-1.0+" 7LICENSE = "Artistic-1.0 | GPL-1.0+"