diff options
author | Changhyeok Bae <changhyeok.bae@lge.com> | 2014-05-08 12:46:50 +0900 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-15 12:30:17 +0200 |
commit | 04dcd55c9d293a26a925377055660310bd229b1b (patch) | |
tree | 0e47104fbee1e770b3a1cd4f955094d22ab5630d /meta-oe/recipes-navigation/gpsd | |
parent | 24131e6d92f18eb86bc165e226a9e1882ac83789 (diff) | |
download | meta-openembedded-04dcd55c9d293a26a925377055660310bd229b1b.tar.gz |
quagga, fim, gpsd, hddtemp, libunwind, lzip: Change the url to variable for savannah in SRC_URI
* The variables (SAVANNAH_MIRROR)
are defined in oe-core/meta/conf/bitbake.conf.
* MIRRORS in quagga and libunwind is removed.
because the MIRRORS of savannah is globally defined
in oe-core/meta/classes/mirrors.bbclass
Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation/gpsd')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb index 97f3354bd..c82aadca9 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | |||
@@ -9,7 +9,7 @@ EXTRANATIVEPATH += "chrpath-native" | |||
9 | 9 | ||
10 | PR = "r14" | 10 | PR = "r14" |
11 | 11 | ||
12 | SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \ | 12 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/${PN}/${P}.tar.gz \ |
13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ | 13 | file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \ |
14 | file://0004-SConstruct-remove-rpath.patch \ | 14 | file://0004-SConstruct-remove-rpath.patch \ |
15 | file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \ | 15 | file://0001-SConstruct-prefix-includepy-with-sysroot-and-drop-sy.patch \ |