summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dev86
Commit message (Collapse)AuthorAgeFilesLines
* dev86: fix ldflags QA issue by passing LDFLAGSMartin Jansa2021-04-061-2/+3
| | | | | | | | | | | | | | | | | | ERROR: dev86-0.16.21-r0 do_package_qa: QA Issue: File /usr/lib/bcc/unproto in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/lib/bcc/bcc-cpp in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/lib/bcc/copt in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/lib/bcc/bcc-cc1 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/ld86 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/ar86 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/size86 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/nm86 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/as86 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/objdump86 in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) File /usr/bin/bcc in package dev86 doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] ERROR: dev86-0.16.21-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* dev86: upgrade to 0.16.21 and fix SRC_URIMartin Jansa2021-04-061-6/+3
| | | | | | | | | * don't use github archives * upgrade to fix build with security-flags.inc enabled, fixed upstream in: https://github.com/lkundrak/dev86/commit/537e806f8c62b26c5d5fa912f383f4a7d558574d Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* dev86: update SRC_URI and associated checksumsPiotr Król2020-03-021-3/+3
| | | | | | | | SRC_URI no longer works, server return 503. Replace server with github address. Signed-off-by: Piotr Król <piotr.krol@3mdeb.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* dev86: update to version 0.16.20Derek Straka2016-04-181-2/+3
| | | | | | | Also supress the warnings about executables being already stripped Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* dev86: adjust SRC_URI to author's new siteDoug Goldstein2015-08-131-3/+3
| | | | | | | | Update the SRC_URI to the author's new site where the hosted files match the existing md5sum and sha256sum. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* dev86: Adjusted the SRC_URI of the source code.j105rob2015-02-161-3/+3
| | | | | | | | The SRC_URI of the source code was returning a 404. After locating the correct URI for this version of the source code, updated the SRC_URI & hashes. Signed-off-by: j105rob <j105.rob@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* dev86: add "COMPATIBLE_HOST" in the recipeLei Yang2013-05-301-1/+1
| | | | | | | dev86 is only used for x86/x86-64 Signed-off-by: Lei Yang <lei.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* dev86: upgrade to version 0.16.19Mihai Prica2012-11-261-3/+3
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: Use oe_runmake instead of ${MAKE}.Raymond Danks2012-06-271-3/+4
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: NATIVE_INSTALL_WORKS is depreciated.Raymond Danks2012-06-271-1/+0
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: New package required for xen build.Raymond Danks2012-06-211-0/+37
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>