diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-05-28 04:40:03 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-06-03 14:32:02 +0200 |
commit | 79fca25ec7dbdea5b2eb50b3a20ad947559a9e76 (patch) | |
tree | 62693a2de67837d37e52f0ecf139000a3717f9c4 /meta-oe | |
parent | 048d3b430def551d603c0390c1b8ef5f4feb51a5 (diff) | |
download | meta-openembedded-79fca25ec7dbdea5b2eb50b3a20ad947559a9e76.tar.gz |
debianutils: fix for multilib build
When do multilib build for debianutils, following error appear:
ERROR: Function failed: Fetcher failure for URL:
'ftp://ftp.debian.org/debian/pool/main/d/lib64-debianutils/lib64-debianutils_2.30.tar.gz'.
Unable to fetch URL from any source.
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/debianutils/debianutils_2.30.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb b/meta-oe/recipes-support/debianutils/debianutils_2.30.bb index e6c03eb55..8b378b07a 100644 --- a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb +++ b/meta-oe/recipes-support/debianutils/debianutils_2.30.bb | |||
@@ -3,7 +3,9 @@ SECTION = "base" | |||
3 | LICENSE = "GPLv2 & BSD & SMAIL_GPL" | 3 | LICENSE = "GPLv2 & BSD & SMAIL_GPL" |
4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=b948675029f79c64840e78881e91e1d4" | 4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=b948675029f79c64840e78881e91e1d4" |
5 | 5 | ||
6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/${PN}/${PN}_${PV}.tar.gz" | 6 | PR = "r1" |
7 | |||
8 | SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz" | ||
7 | SRC_URI[md5sum] = "7fdd5f8395162d8728d4b79e97b9819e" | 9 | SRC_URI[md5sum] = "7fdd5f8395162d8728d4b79e97b9819e" |
8 | SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f381401" | 10 | SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f381401" |
9 | 11 | ||