diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-10-04 19:34:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-05 12:17:41 +0200 |
commit | f8004aa4a706d305df95f4da73215c45b31798dc (patch) | |
tree | 9fe76b988b82bd918f259c3fb702f165eeff722f | |
parent | 1ee0ffac8c917ff0505adf6b91249b7689398434 (diff) | |
download | meta-openembedded-f8004aa4a706d305df95f4da73215c45b31798dc.tar.gz |
gpsd: use chrpath-replacement-native now
* chrpath-native was added to ASSUME_PROVIDED
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-October/030744.html
* it would be better to not use chrpath at all, but build.txt says:
If you do not have chrpath available, GPSD binaries will be built
statically.
...
When you are cross-compiling, you'll need chrpath at version 0.14 or
later for cross-architecture support. If it's not yet packaged for
your environment, see http://alioth.debian.org/projects/chrpath/
and I prefer to stick to upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb index eff0dcbb4e..105dbf6be0 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | |||
@@ -2,10 +2,12 @@ DESCRIPTION = "A TCP/IP Daemon simplifying the communication with GPS devices" | |||
2 | SECTION = "console/network" | 2 | SECTION = "console/network" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800" | 4 | 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-replacement-native" |
6 | PROVIDES = "virtual/gpsd" | 6 | PROVIDES = "virtual/gpsd" |
7 | 7 | ||
8 | PR = "r1" | 8 | EXTRANATIVEPATH += "chrpath-native" |
9 | |||
10 | PR = "r2" | ||
9 | 11 | ||
10 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ | 12 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ |
11 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ | 13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ |