mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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) (From OE-Core rev: ac16b6d3a734de2e2ea3e491d23817774a3e57f6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
09c7d32f2d
commit
9be3cc6eaa
@@ -9,7 +9,7 @@ DEPENDS = "virtual/kernel"
|
|||||||
RRECOMMENDS_${PN} = "kernel-module-uvesafb"
|
RRECOMMENDS_${PN} = "kernel-module-uvesafb"
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \
|
SRC_URI = "${DEBIAN_MIRROR}/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \
|
||||||
file://Update-x86emu-from-X.org.patch \
|
file://Update-x86emu-from-X.org.patch \
|
||||||
file://fbsetup \
|
file://fbsetup \
|
||||||
file://uvesafb.conf \
|
file://uvesafb.conf \
|
||||||
@@ -17,8 +17,8 @@ SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \
|
|||||||
file://aarch64-host.patch \
|
file://aarch64-host.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "51c792ba7b874ad8c43f0d3da4cfabe0"
|
SRC_URI[md5sum] = "889686ec8424468fe0d205742e77a4c2"
|
||||||
SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c"
|
SRC_URI[sha256sum] = "93575c82e4307d8c4c370ec6b767f5cf87e527b2378146d652a6d8e25d5bdbc5"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||||
|
|||||||
Reference in New Issue
Block a user