mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
committed by
Martin Jansa
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 \
|
DESCRIPTION = "The ACPI Component Architecture (ACPICA) project provides an \
|
||||||
OS-independent reference implementation of the Advanced Configuration and \
|
OS-independent reference implementation of the Advanced Configuration and \
|
||||||
Power Interface Specification (ACPI). ACPICA code contains those portions of \
|
Power Interface Specification (ACPI). ACPICA code contains those portions of \
|
||||||
ACPI meant to be directly integrated into the host OS as a kernel-resident \
|
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 \
|
subsystem, and a small set of tools to assist in developing and debugging \
|
||||||
ACPI tables."
|
ACPI tables."
|
||||||
SUMMARY = "ACPICA tools for the development and debug of ACPI tables"
|
|
||||||
HOMEPAGE = "http://www.acpica.org/"
|
HOMEPAGE = "http://www.acpica.org/"
|
||||||
SECTION = "console/tools"
|
SECTION = "console/tools"
|
||||||
LICENSE = "BSD | GPLv2"
|
LICENSE = "BSD | GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://generate/unix/readme.txt;md5=204407e197c1a01154a48f6c6280c3aa"
|
LIC_FILES_CHKSUM = "file://generate/unix/readme.txt;md5=204407e197c1a01154a48f6c6280c3aa"
|
||||||
DEPENDS="bison \
|
DEPENDS = "bison flex"
|
||||||
flex"
|
|
||||||
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
|
||||||
|
|
||||||
PR="r1"
|
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://cross-compile.patch \
|
||||||
file://no-werror.patch \
|
file://no-werror.patch \
|
||||||
file://fix-parallel-build.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[md5sum] = "b7112b3deffef8fe25aac7810cc419a9"
|
||||||
SRC_URI[sha256sum] = "888dda6227265c396a686624f971c51693c2bba84f24c634536234c8dca7b465"
|
SRC_URI[sha256sum] = "888dda6227265c396a686624f971c51693c2bba84f24c634536234c8dca7b465"
|
||||||
|
|
||||||
S="${WORKDIR}/acpica-unix2-${PV}"
|
S = "${WORKDIR}/acpica-unix2-${PV}"
|
||||||
|
|
||||||
EXTRA_OEMAKE = "'OPT_CFLAGS=-Wall'"
|
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*/acpisrc ${D}${bindir}/acpisrc
|
||||||
install -D -p -m0755 generate/unix/bin*/acpixtract ${D}${bindir}/acpixtract
|
install -D -p -m0755 generate/unix/bin*/acpixtract ${D}${bindir}/acpixtract
|
||||||
}
|
}
|
||||||
|
|
||||||
|
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user