diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:13:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 22:39:23 +0000 |
| commit | cb4500a98f150d1dc0c818b3dcf020178a2a7e7c (patch) | |
| tree | b810d989775a90caa758538e4ec07ee6bf020250 /meta/recipes-devtools | |
| parent | a22ee50865e01a1c3a776f627e28036c1211664b (diff) | |
| download | poky-cb4500a98f150d1dc0c818b3dcf020178a2a7e7c.tar.gz | |
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.
(From OE-Core rev: a414d49f04541122e16469eca9e5d1770141f7cc)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -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 @@ | |||
| 1 | SUMMARY = "Perl is a popular scripting language" | 1 | SUMMARY = "Perl scripting language" |
| 2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "Artistic-1.0 | GPL-1.0" | 4 | 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 @@ | |||
| 1 | SUMMARY = "Perl is a popular scripting language" | 1 | SUMMARY = "Perl scripting language" |
| 2 | HOMEPAGE = "http://www.perl.org/" | 2 | HOMEPAGE = "http://www.perl.org/" |
| 3 | SECTION = "devel" | 3 | SECTION = "devel" |
| 4 | LICENSE = "Artistic-1.0 | GPL-1.0" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0" |
