diff options
Diffstat (limited to 'meta/recipes-bsp/v86d')
-rw-r--r-- | meta/recipes-bsp/v86d/v86d_0.1.10.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb index b011276f47..3bc9b24487 100644 --- a/meta/recipes-bsp/v86d/v86d_0.1.10.bb +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb | |||
@@ -3,12 +3,10 @@ HOMEPAGE = "https://tracker.debian.org/pkg/v86d" | |||
3 | DESCRIPTION = "v86d provides a backend for kernel drivers that need to execute x86 BIOS code. The code is executed in a controlled environment and the results are passed back to the kernel via the netlink interface." | 3 | DESCRIPTION = "v86d provides a backend for kernel drivers that need to execute x86 BIOS code. The code is executed in a controlled environment and the results are passed back to the kernel via the netlink interface." |
4 | 4 | ||
5 | # the copyright info is at the bottom of README, expect break | 5 | # the copyright info is at the bottom of README, expect break |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" | 7 | LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" |
8 | 8 | ||
9 | DEPENDS = "virtual/kernel" | ||
10 | RRECOMMENDS:${PN} = "kernel-module-uvesafb" | 9 | RRECOMMENDS:${PN} = "kernel-module-uvesafb" |
11 | PR = "r2" | ||
12 | 10 | ||
13 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 11 | SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/v/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
14 | file://Update-x86emu-from-X.org.patch \ | 12 | file://Update-x86emu-from-X.org.patch \ |
@@ -16,7 +14,6 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20110427T035506Z/pool/main/ | |||
16 | file://Support-for-cross-compilation.patch \ | 14 | file://Support-for-cross-compilation.patch \ |
17 | " | 15 | " |
18 | 16 | ||
19 | SRC_URI[md5sum] = "889686ec8424468fe0d205742e77a4c2" | ||
20 | SRC_URI[sha256sum] = "93575c82e4307d8c4c370ec6b767f5cf87e527b2378146d652a6d8e25d5bdbc5" | 17 | SRC_URI[sha256sum] = "93575c82e4307d8c4c370ec6b767f5cf87e527b2378146d652a6d8e25d5bdbc5" |
21 | 18 | ||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |