diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-01 09:20:26 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-05 10:46:52 +0200 |
| commit | 21b85f3426b5f3e0c937bfaa53e331fac0894110 (patch) | |
| tree | 62c9f36eeef76839eec39708a7ceec4d11b19fca /meta-oe/recipes-navigation | |
| parent | b52a74b7a245a28dcdd91c3336e1cd86604befac (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.5.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_git.bb | 2 |
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 7f6d0ba319..4f00cf4602 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" | |||
| 5 | DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native" | 5 | DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-native" |
| 6 | PROVIDES = "virtual/gpsd" | 6 | PROVIDES = "virtual/gpsd" |
| 7 | 7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 8 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ | 10 | SRC_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 92060b2b2c..60b30df15e 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" | |||
| 5 | DEPENDS = "dbus dbus-glib ncurses python libusb1" | 5 | DEPENDS = "dbus dbus-glib ncurses python libusb1" |
| 6 | PROVIDES = "virtual/gpsd" | 6 | PROVIDES = "virtual/gpsd" |
| 7 | 7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 8 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |
| 9 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ | 11 | SRC_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 2d01a77244..0cf0685465 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" | |||
| 5 | DEPENDS = "dbus dbus-glib ncurses python libusb1" | 5 | DEPENDS = "dbus dbus-glib ncurses python libusb1" |
| 6 | PROVIDES = "virtual/gpsd" | 6 | PROVIDES = "virtual/gpsd" |
| 7 | 7 | ||
| 8 | PR = "r1" | ||
| 9 | |||
| 8 | SRCREV = "f8744f4af8cef211de698df5d8e6caddfe33f29d" | 10 | SRCREV = "f8744f4af8cef211de698df5d8e6caddfe33f29d" |
| 9 | 11 | ||
| 10 | DEFAULT_PREFERENCE = "-1" | 12 | DEFAULT_PREFERENCE = "-1" |
