[oe-commits] Roman I Khimov : libmail-spf-perl: fix bad interpreter in spfquery executable

git version control git at git.openembedded.org
Thu Jun 10 18:58:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14804923603c54dba47ae3dff5da13e88701cc83
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14804923603c54dba47ae3dff5da13e88701cc83

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu May 20 15:37:52 2010 +0400

libmail-spf-perl: fix bad interpreter in spfquery executable

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libmail-spf-perl_2.007.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/perl/libmail-spf-perl_2.007.bb b/recipes/perl/libmail-spf-perl_2.007.bb
index 2595d4c..72009e6 100644
--- 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 = "r1"
+PR = "r2"
 
 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"





More information about the Openembedded-commits mailing list