summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-06-11 13:18:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-12 11:10:35 +0100
commitb81d788c799a576dd1dc0db573639df69d91afef (patch)
tree3a96546c68c947b928fa24d4c52469d2b81133ec /meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
parentbc4a29df84542f0ef905a2e20d8533a0ea7cb613 (diff)
downloadpoky-b81d788c799a576dd1dc0db573639df69d91afef.tar.gz
ossp-uuid: Add oss-uuid package and RPM 5.4.9 integration
RPM 5.4.9 now strongly encourages you to have the ossp-uuid library available. Add this recipe, and change RPM to use the uuid functionality. (From OE-Core rev: 8a2b55c5b7c544ec15113bc21e5c62276449c9c3) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch51
1 files changed, 51 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
new file mode 100644
index 0000000000..060a7540f1
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/0003-Fix-whatis-entries.patch
@@ -0,0 +1,51 @@
1From: Marco Nenciarini <marco.nenciarini@devise.it>
2Date: Tue, 2 Feb 2010 12:16:49 +0100
3Subject: [PATCH] Fix whatis entries
4
5Fix whatis entry of uuid.1, uuid.3ossp and uuid++.3ossp manpages
6---
7 uuid++.pod | 2 +-
8 uuid.pod | 2 +-
9 uuid_cli.pod | 2 +-
10 3 files changed, 3 insertions(+), 3 deletions(-)
11
12diff --git a/uuid++.pod b/uuid++.pod
13index 8b5a4b1..89c5efb 100644
14--- a/uuid++.pod
15+++ b/uuid++.pod
16@@ -31,7 +31,7 @@
17
18 =head1 NAME
19
20-B<OSSP uuid> - B<Universally Unique Identifier> (C++ API)
21+B<uuid++> - B<Universally Unique Identifier> (C++ API)
22
23 =head1 VERSION
24
25diff --git a/uuid.pod b/uuid.pod
26index 4ad3742..0179a46 100644
27--- a/uuid.pod
28+++ b/uuid.pod
29@@ -31,7 +31,7 @@
30
31 =head1 NAME
32
33-B<OSSP uuid> - B<Universally Unique Identifier>
34+B<uuid> - B<Universally Unique Identifier>
35
36 =head1 VERSION
37
38diff --git a/uuid_cli.pod b/uuid_cli.pod
39index ddec6bb..df9dc83 100644
40--- a/uuid_cli.pod
41+++ b/uuid_cli.pod
42@@ -31,7 +31,7 @@
43
44 =head1 NAME
45
46-B<OSSP uuid> - B<Universally Unique Identifier Command-Line Tool>
47+B<uuid> - B<Universally Unique Identifier Command-Line Tool>
48
49 =head1 VERSION
50
51--