diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-11 12:45:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:13 +0100 |
commit | 5f7f74a248b5cdfb3ca65a2d8902ec31ef606d44 (patch) | |
tree | 13b23a856acbc739bd30f321fd14e570adf5d0b9 /meta/recipes-bsp | |
parent | 1d84ef26fb17aac110934ab5d2a931cd50dab989 (diff) | |
download | poky-5f7f74a248b5cdfb3ca65a2d8902ec31ef606d44.tar.gz |
v86d: take tarball from debian
Gentoo is removing the package due to dead upstream;
Debian might carry it for a while longer.
(From OE-Core rev: 5026730a2f0701ebad4ddf57990b1ae3b484ae72)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index 579a0a27eb..e5f6fff737 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -9,14 +9,14 @@ DEPENDS = "virtual/kernel" | |||
9 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" | 9 | RRECOMMENDS_${PN} = "kernel-module-uvesafb" |
10 | PR = "r2" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \ | 12 | SRC_URI = "${DEBIAN_MIRROR}/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
13 | file://Update-x86emu-from-X.org.patch \ | 13 | file://Update-x86emu-from-X.org.patch \ |
14 | file://ar-from-env.patch \ | 14 | file://ar-from-env.patch \ |
15 | file://aarch64-host.patch \ | 15 | file://aarch64-host.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "51c792ba7b874ad8c43f0d3da4cfabe0" | 18 | SRC_URI[md5sum] = "889686ec8424468fe0d205742e77a4c2" |
19 | SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c" | 19 | SRC_URI[sha256sum] = "93575c82e4307d8c4c370ec6b767f5cf87e527b2378146d652a6d8e25d5bdbc5" |
20 | 20 | ||
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 22 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |