diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:35:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:59 +0100 |
commit | e981db48e4061a90938619bfce487be2e2ee77af (patch) | |
tree | 74c346ea443603117d4b4d0b86f39ac68ea7fb46 /recipes/openmoko-projects/openmoko-agpsui_svn.bb | |
parent | c34f24f7051c63d1656d2462980f079372df8873 (diff) |
openmoko-agpsui: add patch for newer autotools
Diffstat (limited to 'recipes/openmoko-projects/openmoko-agpsui_svn.bb')
-rw-r--r-- | recipes/openmoko-projects/openmoko-agpsui_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/openmoko-projects/openmoko-agpsui_svn.bb b/recipes/openmoko-projects/openmoko-agpsui_svn.bb index 8cf3830912..b341d1b544 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" |