[oe-commits] Martin Jansa : openmoko-agpsui: add patch for newer autotools

git version control git at git.openembedded.org
Wed Nov 18 09:06:07 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e981db48e4061a90938619bfce487be2e2ee77af
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e981db48e4061a90938619bfce487be2e2ee77af

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 18 09:35:19 2009 +0100

openmoko-agpsui: add patch for newer autotools

---

 .../fix-configure-for-new-autotools.patch          |   11 +++++++++++
 recipes/openmoko-projects/openmoko-agpsui_svn.bb   |    5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/recipes/openmoko-projects/openmoko-agpsui/fix-configure-for-new-autotools.patch b/recipes/openmoko-projects/openmoko-agpsui/fix-configure-for-new-autotools.patch
new file mode 100644
index 0000000..b190cf6
--- /dev/null
+++ b/recipes/openmoko-projects/openmoko-agpsui/fix-configure-for-new-autotools.patch
@@ -0,0 +1,11 @@
+diff -uri openmoko-agpsui/trunk/configure.ac openmoko-agpsui-fixed/trunk/configure.ac
+--- openmoko-agpsui/trunk/configure.ac	2009-05-30 12:24:11.000000000 +0200
++++ openmoko-agpsui-fixed/trunk/configure.ac	2009-05-30 12:26:32.000000000 +0200
+@@ -7,6 +7,7 @@
+ 
+ AC_ISC_POSIX
+ AC_PROG_CC
++AC_PROG_CXX
+ AC_STDC_HEADERS
+ AC_PROG_LIBTOOL
+ 
diff --git a/recipes/openmoko-projects/openmoko-agpsui_svn.bb b/recipes/openmoko-projects/openmoko-agpsui_svn.bb
index 8cf3830..b341d1b 100644
--- a/recipes/openmoko-projects/openmoko-agpsui_svn.bb
+++ b/recipes/openmoko-projects/openmoko-agpsui_svn.bb
@@ -4,9 +4,10 @@ SECTION = "openmoko/apps"
 LICENSE = "GPL"
 DEPENDS = "gtk+"
 PV = "0.1+svnr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "svn://svn.projects.openmoko.org/svnroot/openmoko-agpsui;module=trunk;proto=https"
+SRC_URI = "svn://svn.projects.openmoko.org/svnroot/openmoko-agpsui;module=trunk;proto=http \
+file://fix-configure-for-new-autotools.patch;patch=1;pnum=2"
 
 S = "${WORKDIR}/trunk"
 





More information about the Openembedded-commits mailing list