diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-01-02 21:16:50 +0000 |
commit | a414d49f04541122e16469eca9e5d1770141f7cc (patch) | |
tree | 5b26347ac812d6b774b6cbee68355a6d8b218cb8 /meta/recipes-devtools/perl | |
parent | bbd88aebcabbb19c27a7d752d4a5b8ad9ff9412e (diff) | |
download | openembedded-core-a414d49f04541122e16469eca9e5d1770141f7cc.tar.gz openembedded-core-a414d49f04541122e16469eca9e5d1770141f7cc.tar.bz2 openembedded-core-a414d49f04541122e16469eca9e5d1770141f7cc.zip |
Tweak SUMMARY
For these recipes, I took the opportunity to fix up the new SUMMARY
values as the originals needed tweaking. I've tried to make them
concisely explain the function of the recipe / package where possible.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.14.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.14.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.14.3.bb b/meta/recipes-devtools/perl/perl-native_5.14.3.bb index eda217ca73..e664e24dbd 100644 --- a/meta/recipes-devtools/perl/perl-native_5.14.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.14.3.bb @@ -1,4 +1,4 @@ -SUMMARY = "Perl is a popular scripting language" +SUMMARY = "Perl scripting language" HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0" diff --git a/meta/recipes-devtools/perl/perl_5.14.3.bb b/meta/recipes-devtools/perl/perl_5.14.3.bb index 9497eca543..09a3f3b531 100644 --- a/meta/recipes-devtools/perl/perl_5.14.3.bb +++ b/meta/recipes-devtools/perl/perl_5.14.3.bb @@ -1,4 +1,4 @@ -SUMMARY = "Perl is a popular scripting language" +SUMMARY = "Perl scripting language" HOMEPAGE = "http://www.perl.org/" SECTION = "devel" LICENSE = "Artistic-1.0 | GPL-1.0" |