* [PATCH 0/2] [meta-security] Change descriptions to match packages.
@ 2013-08-15 20:36 mulhern
0 siblings, 0 replies; 5+ messages in thread
From: mulhern @ 2013-08-15 20:36 UTC (permalink / raw)
To: yocto, mulhern
This patch changes the description field to match the package.
The following changes since commit 4f2821cb7b01ca11249154d1d071bc267dbf4f85:
removed rpm dependency on redhat-security (2013-08-01 12:16:29 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mulhern/bug4916-final2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug4916-final2
mulhern (2):
curses-perl: Change description to match package.
lib-perl: Change description to match package.
recipes-security/perl/curses-perl_1.28.bb | 5 ++---
recipes-security/perl/lib-perl_0.63.bb | 7 ++++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/2] [meta-security] Change descriptions to match packages.
@ 2013-08-16 1:27 mulhern
2013-08-16 1:27 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
2013-08-16 1:27 ` [PATCH 2/2] lib-perl: " mulhern
0 siblings, 2 replies; 5+ messages in thread
From: mulhern @ 2013-08-16 1:27 UTC (permalink / raw)
To: yocto, mulhern
This patch changes the description field to match the package.
The following changes since commit 4f2821cb7b01ca11249154d1d071bc267dbf4f85:
removed rpm dependency on redhat-security (2013-08-01 12:16:29 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mulhern/bug4916-final4
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug4916-final4
mulhern (2):
curses-perl: Change description to match package.
lib-perl: Change description to match package.
recipes-security/perl/curses-perl_1.28.bb | 5 ++---
recipes-security/perl/lib-perl_0.63.bb | 7 ++++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] curses-perl: Change description to match package.
2013-08-16 1:27 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
@ 2013-08-16 1:27 ` mulhern
2013-08-16 1:27 ` [PATCH 2/2] lib-perl: " mulhern
1 sibling, 0 replies; 5+ messages in thread
From: mulhern @ 2013-08-16 1:27 UTC (permalink / raw)
To: yocto, mulhern
[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>
---
recipes-security/perl/curses-perl_1.28.bb | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/recipes-security/perl/curses-perl_1.28.bb b/recipes-security/perl/curses-perl_1.28.bb
index 5984ca7..d05a0f2 100644
--- a/recipes-security/perl/curses-perl_1.28.bb
+++ b/recipes-security/perl/curses-perl_1.28.bb
@@ -1,6 +1,5 @@
-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 = "lib-curses provides an interface between Perl programs and \
+the curses library."
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] lib-perl: Change description to match package.
2013-08-16 1:27 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
2013-08-16 1:27 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
@ 2013-08-16 1:27 ` mulhern
1 sibling, 0 replies; 5+ messages in thread
From: mulhern @ 2013-08-16 1:27 UTC (permalink / raw)
To: yocto, mulhern
[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>
---
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..c05ae1e 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 small 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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 0/2] [meta-security] Change descriptions to match packages.
@ 2013-08-16 13:11 mulhern
0 siblings, 0 replies; 5+ messages in thread
From: mulhern @ 2013-08-16 13:11 UTC (permalink / raw)
To: yocto, mulhern
This patch changes the description field to match the package.
The following changes since commit 4f2821cb7b01ca11249154d1d071bc267dbf4f85:
removed rpm dependency on redhat-security (2013-08-01 12:16:29 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mulhern/bug4916-final5
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mulhern/bug4916-final5
mulhern (2):
curses-perl: Change description to match package.
lib-perl: Change description to match package.
recipes-security/perl/curses-perl_1.28.bb | 5 ++---
recipes-security/perl/lib-perl_0.63.bb | 7 ++++---
2 files changed, 6 insertions(+), 6 deletions(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-16 13:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 1:27 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
2013-08-16 1:27 ` [PATCH 1/2] curses-perl: Change description to match package mulhern
2013-08-16 1:27 ` [PATCH 2/2] lib-perl: " mulhern
-- strict thread matches above, loose matches on Subject: below --
2013-08-16 13:11 [PATCH 0/2] [meta-security] Change descriptions to match packages mulhern
2013-08-15 20:36 mulhern
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.