mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
acpica: fix recipe to be OE compliant with spacing
Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
24fd2dc979
commit
b9cb33ca4d
|
|
@ -1,21 +1,18 @@
|
|||
SUMMARY = "ACPICA tools for the development and debug of ACPI tables"
|
||||
DESCRIPTION = "The ACPI Component Architecture (ACPICA) project provides an \
|
||||
OS-independent reference implementation of the Advanced Configuration and \
|
||||
Power Interface Specification (ACPI). ACPICA code contains those portions of \
|
||||
ACPI meant to be directly integrated into the host OS as a kernel-resident \
|
||||
subsystem, and a small set of tools to assist in developing and debugging \
|
||||
ACPI tables."
|
||||
SUMMARY = "ACPICA tools for the development and debug of ACPI tables"
|
||||
HOMEPAGE = "http://www.acpica.org/"
|
||||
SECTION = "console/tools"
|
||||
LICENSE = "BSD | GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://generate/unix/readme.txt;md5=204407e197c1a01154a48f6c6280c3aa"
|
||||
DEPENDS="bison \
|
||||
flex"
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
|
||||
DEPENDS = "bison flex"
|
||||
PR="r1"
|
||||
|
||||
SRC_URI="https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
|
||||
SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
|
||||
file://cross-compile.patch \
|
||||
file://no-werror.patch \
|
||||
file://fix-parallel-build.patch"
|
||||
|
|
@ -23,7 +20,7 @@ SRC_URI="https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
|
|||
SRC_URI[md5sum] = "b7112b3deffef8fe25aac7810cc419a9"
|
||||
SRC_URI[sha256sum] = "888dda6227265c396a686624f971c51693c2bba84f24c634536234c8dca7b465"
|
||||
|
||||
S="${WORKDIR}/acpica-unix2-${PV}"
|
||||
S = "${WORKDIR}/acpica-unix2-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = "'OPT_CFLAGS=-Wall'"
|
||||
|
||||
|
|
@ -36,3 +33,5 @@ do_install() {
|
|||
install -D -p -m0755 generate/unix/bin*/acpisrc ${D}${bindir}/acpisrc
|
||||
install -D -p -m0755 generate/unix/bin*/acpixtract ${D}${bindir}/acpixtract
|
||||
}
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user