diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-31 19:21:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:30:54 +0200 |
commit | 8c29023f1fe5881f3e001704eb9e5d398777d4a6 (patch) | |
tree | 7d88efa132d13cafbb8f21d7d8200b4236832090 | |
parent | c63f9c4ebb24960873e98158d26ba5c030539ed0 (diff) | |
download | meta-openembedded-8c29023f1fe5881f3e001704eb9e5d398777d4a6.tar.gz |
gpsd, foxtrotgps: blacklist, fails to build with new binutils-2.27
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb index d91cbcbbb..32b20c387 100644 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | |||
@@ -6,7 +6,8 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
7 | DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4 intltool-native" | 7 | DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4 intltool-native" |
8 | 8 | ||
9 | PNBLACKLIST[foxtrotgps] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | 9 | PNBLACKLIST[foxtrotgps] ?= "Depends on broken gpsd" |
10 | #PNBLACKLIST[foxtrotgps] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
10 | 11 | ||
11 | SRC_URI = "http://www.foxtrotgps.org/releases/${BP}.tar.gz" | 12 | SRC_URI = "http://www.foxtrotgps.org/releases/${BP}.tar.gz" |
12 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" | 13 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" |
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb index 6b883a87e..822fc2485 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | |||
@@ -137,3 +137,6 @@ RPROVIDES_${PN} += "${PN}-systemd" | |||
137 | RREPLACES_${PN} += "${PN}-systemd" | 137 | RREPLACES_${PN} += "${PN}-systemd" |
138 | RCONFLICTS_${PN} += "${PN}-systemd" | 138 | RCONFLICTS_${PN} += "${PN}-systemd" |
139 | SYSTEMD_SERVICE_${PN} = "${PN}.socket" | 139 | SYSTEMD_SERVICE_${PN} = "${PN}.socket" |
140 | |||
141 | # http://errors.yoctoproject.org/Errors/Details/81000/ | ||
142 | PNBLACKLIST[gpsd] ?= "BROKEN: fails to build with new binutils 2.27" | ||