summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-06-01 09:20:26 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-05 10:46:52 +0200
commit21b85f3426b5f3e0c937bfaa53e331fac0894110 (patch)
tree62c9f36eeef76839eec39708a7ceec4d11b19fca /meta-oe/recipes-navigation
parentb52a74b7a245a28dcdd91c3336e1cd86604befac (diff)
downloadmeta-openembedded-21b85f3426b5f3e0c937bfaa53e331fac0894110.tar.gz
recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb2
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb2
-rw-r--r--meta-oe/recipes-navigation/gpsd/gpsd_git.bb2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb
index 7f6d0ba31..4f00cf460 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.4.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
5DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native" 5DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native"
6PROVIDES = "virtual/gpsd" 6PROVIDES = "virtual/gpsd"
7 7
8PR = "r1"
9
8SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ 10SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
9 file://0001-SConstruct-fix-DSO-build-for-ntpshm-garmin_monitor.patch \ 11 file://0001-SConstruct-fix-DSO-build-for-ntpshm-garmin_monitor.patch \
10 file://0001-SConstruct-respect-sysroot-setting-when-prepending-L.patch \ 12 file://0001-SConstruct-respect-sysroot-setting-when-prepending-L.patch \
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
index 92060b2b2..60b30df15 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
5DEPENDS = "dbus dbus-glib ncurses python libusb1" 5DEPENDS = "dbus dbus-glib ncurses python libusb1"
6PROVIDES = "virtual/gpsd" 6PROVIDES = "virtual/gpsd"
7 7
8PR = "r1"
9
8DEFAULT_PREFERENCE = "-1" 10DEFAULT_PREFERENCE = "-1"
9SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ 11SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
10 file://0001-SConstruct-respect-sysroot-setting-when-prepending-L.patch \ 12 file://0001-SConstruct-respect-sysroot-setting-when-prepending-L.patch \
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_git.bb b/meta-oe/recipes-navigation/gpsd/gpsd_git.bb
index 2d01a7724..0cf068546 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_git.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_git.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
5DEPENDS = "dbus dbus-glib ncurses python libusb1" 5DEPENDS = "dbus dbus-glib ncurses python libusb1"
6PROVIDES = "virtual/gpsd" 6PROVIDES = "virtual/gpsd"
7 7
8PR = "r1"
9
8SRCREV = "f8744f4af8cef211de698df5d8e6caddfe33f29d" 10SRCREV = "f8744f4af8cef211de698df5d8e6caddfe33f29d"
9 11
10DEFAULT_PREFERENCE = "-1" 12DEFAULT_PREFERENCE = "-1"