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:
f6ac2d3
)
libmail-spf-perl: fix bad interpreter in spfquery executable
author
Roman I Khimov
<khimov@altell.ru>
Thu, 20 May 2010 11:37:52 +0000
(15:37 +0400)
committer
Roman I Khimov
<khimov@altell.ru>
Thu, 10 Jun 2010 18:53:38 +0000
(22:53 +0400)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libmail-spf-perl_2.007.bb
patch
|
blob
|
history
diff --git
a/recipes/perl/libmail-spf-perl_2.007.bb
b/recipes/perl/libmail-spf-perl_2.007.bb
index
2595d4c
..
72009e6
100644
(file)
--- a/
recipes/perl/libmail-spf-perl_2.007.bb
+++ b/
recipes/perl/libmail-spf-perl_2.007.bb
@@
-23,7
+23,7
@@
RDEPENDS_${PN} += " \
"
BBCLASSEXTEND = "native"
-PR = "r
1
"
+PR = "r
2
"
SRC_URI = " \
http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${PV}.tar.gz;name=mail-spf-perl-${PV} \
@@
-36,4
+36,8
@@
S = "${WORKDIR}/Mail-SPF-v${PV}"
inherit cpan_build
+do_install_append() {
+ sed -ri "s,${D},," ${D}/${bindir}/spfquery
+}
+
PACKAGE_ARCH = "all"