[oe-commits] Richard Purdie : acpica: Add recipe for latest version

git at git.openembedded.org git at git.openembedded.org
Sat Apr 19 15:25:40 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6e67e111079375b1cb72a50c6e1251606a88dc74
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6e67e111079375b1cb72a50c6e1251606a88dc74

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Mar  2 17:41:42 2014 +0000

acpica: Add recipe for latest version

This is now used by multiple architectures and is useful when working
with firmware. I'd love to see more BSPs shipping working firmware
builds and this should bring us a step closer to that.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-bsp/acpica/acpica_20140114.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/meta/recipes-bsp/acpica/acpica_20140114.bb b/meta/recipes-bsp/acpica/acpica_20140114.bb
new file mode 100644
index 0000000..581aa3e
--- /dev/null
+++ b/meta/recipes-bsp/acpica/acpica_20140114.bb
@@ -0,0 +1,16 @@
+SRC_URI = "http://acpica.org/sites/acpica/files/acpica-unix2-20140114.tar.gz"
+LICENSE = "GPLv2.0 | ACPICA"
+LIC_FILES_CHKSUM = "file://source/include/acpi.h;endline=42;md5=23044abac8549f92999615207f2b8f56"
+
+S = "${WORKDIR}/acpica-unix2-${PV}/"
+
+EXTRA_OEMAKE = "CC='${CC}'"
+
+do_install () {
+	oe_runmake install DESTDIR='${D}' INSTALLFLAGS='-m 555' INSTALLDIR=${bindir}
+}
+
+SRC_URI[md5sum] = "fcd4b7304f1bfabc7d4b9cfdecc6b0c6"
+SRC_URI[sha256sum] = "0d5bd32690ab77e21ab143ef25361c314a4ed13c33a5fb3ddd6f5559ab24ebc3"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list