[oe-commits] org.oe.dev pth: fix m4 warning in autotools-stage

woglinde2 commit oe at amethyst.openembedded.net
Sat May 3 14:42:08 UTC 2008


pth: fix m4 warning in autotools-stage
* add iles/m4-warning.patch
* bump pr to 1

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: e55b4f328115b1a55f2124a2f2c90e1cbe55a44e
ViewMTN: http://monotone.openembedded.org/revision/info/e55b4f328115b1a55f2124a2f2c90e1cbe55a44e
Files:
1
packages/pth/files
packages/pth/files/m4-warning.patch
packages/pth/pth_2.0.2.bb
Diffs:

#
# mt diff -r1d9840a38b1eae569cf414ba3b12d3a9ece09729 -re55b4f328115b1a55f2124a2f2c90e1cbe55a44e
#
#
#
# add_dir "packages/pth/files"
# 
# add_file "packages/pth/files/m4-warning.patch"
#  content [edf3502c6ddfd2fc95f73d9caff34fdd99a80a74]
# 
# patch "packages/pth/pth_2.0.2.bb"
#  from [27577f769903c67f6b43a85ec4c27279c0834b3c]
#    to [582c8b693421d4b94779f9b6a70f4fc00ffe9755]
#
============================================================
--- packages/pth/files/m4-warning.patch	edf3502c6ddfd2fc95f73d9caff34fdd99a80a74
+++ packages/pth/files/m4-warning.patch	edf3502c6ddfd2fc95f73d9caff34fdd99a80a74
@@ -0,0 +1,34 @@
+Index: pth-2.0.2/pth.m4
+===================================================================
+--- pth-2.0.2.orig/pth.m4	2004-09-12 13:40:59.000000000 +0200
++++ pth-2.0.2/pth.m4	2008-05-03 16:31:46.000000000 +0200
+@@ -40,7 +40,7 @@
+ dnl ##
+ dnl
+ dnl #   auxilliary macros
+-AC_DEFUN(_AC_PTH_ERROR, [dnl
++AC_DEFUN([_AC_PTH_ERROR], [dnl
+ AC_MSG_RESULT([*FAILED*])
+ m4_define(_ac_pth_line,dnl
+ "+------------------------------------------------------------------------+")
+@@ -51,13 +51,13 @@
+ echo " _ac_pth_line" 1>&2
+ exit 1
+ ])
+-AC_DEFUN(_AC_PTH_VERBOSE, [dnl
++AC_DEFUN([_AC_PTH_VERBOSE], [dnl
+ if test ".$verbose" = .yes; then
+     AC_MSG_RESULT([  $1])
+ fi
+ ])
+ dnl #   the user macro
+-AC_DEFUN(AC_CHECK_PTH, [dnl
++AC_DEFUN([AC_CHECK_PTH], [dnl
+ dnl
+ dnl #   prerequisites
+ AC_REQUIRE([AC_PROG_CC])dnl
+@@ -399,4 +399,3 @@
+     ifelse([$6], , :, [$6])
+ fi
+ ])
+-
============================================================
--- packages/pth/pth_2.0.2.bb	27577f769903c67f6b43a85ec4c27279c0834b3c
+++ packages/pth/pth_2.0.2.bb	582c8b693421d4b94779f9b6a70f4fc00ffe9755
@@ -2,9 +2,11 @@ LICENSE = "GPL LGPL FDL"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL LGPL FDL"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz \
+	   file://m4-warning.patch;patch=1 \
+	  "
 
 PARALLEL_MAKE=""
 






More information about the Openembedded-commits mailing list