mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
iasl: Added recipe for package
Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
parent
bcb7695add
commit
7d892eefc1
29
recipes-extended/iasl/iasl_20120215.bb
Normal file
29
recipes-extended/iasl/iasl_20120215.bb
Normal file
|
@ -0,0 +1,29 @@
|
|||
DESCRIPTION = "This is a cross development C compiler, assembler and linker environment for the production of 8086 executables (Optionally MSDOS COM)"
|
||||
HOMEPAGE = "http://www.acpica.org/"
|
||||
LICENSE = "Intel"
|
||||
LIC_FILES_CHKSUM = "file://asldefine.h;endline=115;md5=d4d7cf809b8b5e03131327b3f718e8f0"
|
||||
SECTION = "console/tools"
|
||||
PR="r0"
|
||||
|
||||
DEPENDS="flex bison"
|
||||
|
||||
SRC_URI="http://www.acpica.org/download/acpica-unix-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "324c89e5bb9002e2711e0494290ceacc"
|
||||
SRC_URI[sha256sum] = "b2b497415f29ddbefe7be8b9429b62c1f1f6e1ec11456928e4e7da86578e5b8d"
|
||||
|
||||
S="${WORKDIR}/acpica-unix-${PV}/source/compiler"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_compile() {
|
||||
CFLAGS= $MAKE
|
||||
}
|
||||
|
||||
do_install() {
|
||||
mkdir -p ${D}${prefix}/bin
|
||||
cp ${S}/iasl ${D}${prefix}/bin
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user