git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476fbe6
)
libalgorithm-diff-perl: Fix up RDEPENDS, there was one " too many and one
author
Jamie Lenehan
<lenehan@twibble.org>
Wed, 4 Oct 2006 00:43:02 +0000
(
00:43
+0000)
committer
Jamie Lenehan
<lenehan@twibble.org>
Wed, 4 Oct 2006 00:43:02 +0000
(
00:43
+0000)
dependency listed twice.
packages/perl/libalgorithm-diff-perl_1.1902.bb
patch
|
blob
|
history
diff --git
a/packages/perl/libalgorithm-diff-perl_1.1902.bb
b/packages/perl/libalgorithm-diff-perl_1.1902.bb
index
e060a66
..
e2776b9
100644
(file)
--- a/
packages/perl/libalgorithm-diff-perl_1.1902.bb
+++ b/
packages/perl/libalgorithm-diff-perl_1.1902.bb
@@
-3,7
+3,7
@@
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
-
"perl-module-exporter
perl-module-strict perl-module-vars"
+ perl-module-strict perl-module-vars"
PR = "r0"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"