diff options
Diffstat (limited to 'meta-oe/recipes-navigation/omgps/omgps_svn.bb')
-rw-r--r-- | meta-oe/recipes-navigation/omgps/omgps_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/omgps/omgps_svn.bb b/meta-oe/recipes-navigation/omgps/omgps_svn.bb index 0d788b61c8..7c787a475a 100644 --- a/meta-oe/recipes-navigation/omgps/omgps_svn.bb +++ b/meta-oe/recipes-navigation/omgps/omgps_svn.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
6 | DEPENDS = "gtk+ python-pygobject dbus-glib" | 6 | DEPENDS = "gtk+ python-pygobject dbus-glib" |
7 | SRCREV = "109" | 7 | SRCREV = "109" |
8 | PV = "0.1+svnr${SRCPV}" | 8 | PV = "0.1+svnr${SRCPV}" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | S = "${WORKDIR}/${PN}" | 10 | S = "${WORKDIR}/${PN}" |
11 | 11 | ||
12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
@@ -20,6 +20,7 @@ SRC_URI = "svn://omgps.googlecode.com/svn/trunk;module=omgps;protocol=http \ | |||
20 | file://fix.capability.patch \ | 20 | file://fix.capability.patch \ |
21 | file://use.unused.variable.patch \ | 21 | file://use.unused.variable.patch \ |
22 | file://fix.build.with.glib.2.34.patch \ | 22 | file://fix.build.with.glib.2.34.patch \ |
23 | file://gdk-pixbuf-2.26.5.patch \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | inherit autotools | 26 | inherit autotools |