summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-20 09:46:23 -0700
committerSaul Wold <sgw@linux.intel.com>2013-11-05 11:00:08 -0800
commit7e8c7918d9ff8fc89579502cc136e37deecdfd96 (patch)
tree6c66a1d3e677cb317720858882b7331c882d584b
parent62b5ee7ea3c44248d5482fb136f2d2e64cc1bbca (diff)
downloadmeta-security-7e8c7918d9ff8fc89579502cc136e37deecdfd96.tar.gz
lib-perl: Fix quoting in DESCRIPTION
My mistake for taking the older version, I thought I had the latest Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--recipes-security/perl/lib-perl_0.63.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/perl/lib-perl_0.63.bb b/recipes-security/perl/lib-perl_0.63.bb
index c05ae1e..7895864 100644
--- a/recipes-security/perl/lib-perl_0.63.bb
+++ b/recipes-security/perl/lib-perl_0.63.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "This is a small simple module which simplifies the \ 1DESCRIPTION = "This is a small simple module which simplifies the \
2manipulation of @INC at compile time. It is typically used to add extra \ 2manipulation of @INC at compile time. It is typically used to add extra \
3directories to Perl's search path so that later "use" or "require" statements \ 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." 4will find modules which are not located in the default search path."
5 5
6SECTION = "libs" 6SECTION = "libs"