[oe-commits] org.oe.dev p3scan 2.9.05d: Fix up configure.in to work with the recently updated

lenehan commit openembedded-commits at lists.openembedded.org
Wed Aug 8 12:11:43 UTC 2007


p3scan 2.9.05d: Fix up configure.in to work with the recently updated
m4/autotools. It wasn't happy about the lack of a new line at the end of
configure.in.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 05cc5d66198a3d72159d333ad23069009f5c5cda
ViewMTN: http://monotone.openembedded.org/revision.psp?id=05cc5d66198a3d72159d333ad23069009f5c5cda
Files:
1
packages/p3scan/files/configure.in-add-newline.patch
packages/p3scan/p3scan_2.9.05d.bb
Diffs:

#
# mt diff -r7b61d02f6b225d218fed89288f97bebd4b17a6e4 -r05cc5d66198a3d72159d333ad23069009f5c5cda
#
# 
# 
# add_file "packages/p3scan/files/configure.in-add-newline.patch"
#  content [d85a0e848c2f072859edc2d4ed3896e7089cf873]
# 
# patch "packages/p3scan/p3scan_2.9.05d.bb"
#  from [d8576cf93e4277e8e1f962ffc4bf08fa7cf3eef0]
#    to [d16800fce7f242b13af682bd3f5659d757ceb2a8]
# 
============================================================
--- packages/p3scan/files/configure.in-add-newline.patch	d85a0e848c2f072859edc2d4ed3896e7089cf873
+++ packages/p3scan/files/configure.in-add-newline.patch	d85a0e848c2f072859edc2d4ed3896e7089cf873
@@ -0,0 +1,14 @@
+Recent autotools/m4 updates don't like configure.in files without a newline
+at the end. Fix this up.
+
+Index: p3scan-2.9.05d/configure.in
+===================================================================
+--- p3scan-2.9.05d.orig/configure.in	2007-08-08 21:39:49.000000000 +1000
++++ p3scan-2.9.05d/configure.in	2007-08-08 21:39:49.000000000 +1000
+@@ -456,4 +456,4 @@
+ echo "Please consider donating to this project at http://p3scan.sourceforge.net"
+ echo "Mahalo Nui Loa and Enjoy!"
+ echo
+-#EOF
+\ No newline at end of file
++#EOF
============================================================
--- packages/p3scan/p3scan_2.9.05d.bb	d8576cf93e4277e8e1f962ffc4bf08fa7cf3eef0
+++ packages/p3scan/p3scan_2.9.05d.bb	d16800fce7f242b13af682bd3f5659d757ceb2a8
@@ -6,11 +6,12 @@ RDEPENDS_${PN} = "${PN}-templates-en"
 LICENSE = "GPLv2"
 DEPENDS = "gmp bzip2 zlib clamav openssl"
 RDEPENDS_${PN} = "${PN}-templates-en"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/p3scan/p3scan-2.9.05d.tar.gz \
            file://libtool-fix.patch;patch=1 \
            file://dont-search-use-include.patch;patch=1 \
+           file://configure.in-add-newline.patch;patch=1 \
            file://p3scan.init \
            file://p3scan.conf \
            file://doc.configure.txt \






More information about the Openembedded-commits mailing list