diff options
Diffstat (limited to 'meta-oe/recipes-extended/libx86-1/libx86-1_1.1.1.bb')
| -rw-r--r-- | meta-oe/recipes-extended/libx86-1/libx86-1_1.1.1.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.1.bb b/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.1.bb new file mode 100644 index 0000000000..5ef7707a86 --- /dev/null +++ b/meta-oe/recipes-extended/libx86-1/libx86-1_1.1.1.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | SUMMARY = "x86 real-mode library" | ||
| 2 | DESCRIPTION = "A library to provide support for making real-mode calls x86 calls. On \ | ||
| 3 | x86 hardware, vm86 mode is used. On other platforms, x86 emulation is \ | ||
| 4 | provided." | ||
| 5 | HOMEPAGE = "http://www.codon.org.uk/~mjg59/libx86/" | ||
| 6 | LICENSE = "MIT & BSD-3-Clause" | ||
| 7 | SECTION = "libs" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=633af6c02e6f624d4c472d970a2aca53" | ||
| 9 | |||
| 10 | SRC_URI = "https://mirrors.slackware.com/slackware/slackware-current/source/ap/libx86/libx86-v${PV}.tar.lz \ | ||
| 11 | file://0001-assume-zero-is-valid-address.patch \ | ||
| 12 | file://0001-Define-CARD32-as-uint-as-it-is-32-bit.patch \ | ||
| 13 | " | ||
| 14 | SRC_URI[sha256sum] = "0de221c8e2fcc84078155c1a82f86dcd71c2706033eb410d2090d86c99f51141" | ||
| 15 | |||
| 16 | UPSTREAM_CHECK_URI = "https://mirrors.slackware.com/slackware/slackware-current/source/ap/libx86/" | ||
| 17 | |||
| 18 | S = "${UNPACKDIR}/${BPN}-v${PV}" | ||
| 19 | |||
| 20 | BPN = "libx86" | ||
| 21 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | ||
| 22 | |||
| 23 | export LIBDIR = "${libdir}" | ||
| 24 | export BACKEND = "x86emu" | ||
| 25 | |||
| 26 | do_install() { | ||
| 27 | oe_runmake 'DESTDIR=${D}' install | ||
| 28 | } | ||
