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-support | |
| 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-support')
| -rw-r--r-- | meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/libunwind/libunwind.inc | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/lzip/lzip_1.15.bb | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb index 9da2ee0df9..601b7b1151 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb +++ b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" | |||
| 4 | 4 | ||
| 5 | PR = "r1" | 5 | PR = "r1" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://download.savannah.nongnu.org/releases/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ | 7 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ |
| 8 | file://hddtemp-no-nls-support.patch \ | 8 | file://hddtemp-no-nls-support.patch \ |
| 9 | file://hddtemp_0.3-beta15-52.diff \ | 9 | file://hddtemp_0.3-beta15-52.diff \ |
| 10 | file://hddtemp-0.3-beta15-autodetect-717479.patch \ | 10 | file://hddtemp-0.3-beta15-autodetect-717479.patch \ |
diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc index a70ec2ed90..b27b9e5994 100644 --- a/meta-oe/recipes-support/libunwind/libunwind.inc +++ b/meta-oe/recipes-support/libunwind/libunwind.inc | |||
| @@ -3,9 +3,7 @@ HOMEPAGE = "http://www.nongnu.org/libunwind" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz" | 6 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" |
| 7 | |||
| 8 | MIRRORS += "http://download.savannah.nongnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n" | ||
| 9 | 7 | ||
| 10 | inherit autotools | 8 | inherit autotools |
| 11 | 9 | ||
diff --git a/meta-oe/recipes-support/lzip/lzip_1.15.bb b/meta-oe/recipes-support/lzip/lzip_1.15.bb index 9fd10b30df..3d646953bd 100644 --- a/meta-oe/recipes-support/lzip/lzip_1.15.bb +++ b/meta-oe/recipes-support/lzip/lzip_1.15.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
| 4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://download.savannah.gnu.org/releases/lzip/lzip-${PV}.tar.gz" | 7 | SRC_URI = "${SAVANNAH_GNU_MIRROR}/lzip/lzip-${PV}.tar.gz" |
| 8 | 8 | ||
| 9 | # Only the latest version is available in .tar.gz format from savannah.gnu.org, | 9 | # Only the latest version is available in .tar.gz format from savannah.gnu.org, |
| 10 | # FreeBSD distfiles is known to have version 1.13. | 10 | # FreeBSD distfiles is known to have version 1.13. |
