aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/acpica
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/acpica')
-rw-r--r--meta-oe/recipes-extended/acpica/acpica_20130626.bb13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta-oe/recipes-extended/acpica/acpica_20130626.bb b/meta-oe/recipes-extended/acpica/acpica_20130626.bb
index bf38fa3a1e..af0dd45584 100644
--- a/meta-oe/recipes-extended/acpica/acpica_20130626.bb
+++ b/meta-oe/recipes-extended/acpica/acpica_20130626.bb
@@ -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"