[yocto] [PATCH 2/2] lib-perl: Change description to match package.
mulhern
mulhern at gmail.com
Fri Aug 16 06:11:56 PDT 2013
[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 at yoctoproject.org>
---
recipes-security/perl/lib-perl_0.63.bb | 7 ++++---
1 file 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..0696382 100644
--- a/recipes-security/perl/lib-perl_0.63.bb
+++ b/recipes-security/perl/lib-perl_0.63.bb
@@ -1,6 +1,7 @@
-DESCRIPTION = "This package contains the URI.pm module with friends. \
-The module implements the URI class. URI objects can be used to access \
-and manipulate the various components that make up these strings."
+DESCRIPTION = "This is a simple module which simplifies the \
+manipulation of @INC at compile time. It is typically used to add extra \
+directories to Perl's search path so that later 'use' or 'require' statements \
+will find modules which are not located in the default search path."
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
--
1.7.10.4
More information about the yocto
mailing list