From ddcef80d885043607a06be24568d85d4e424cfef Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Thu, 26 Nov 2020 23:13:44 +0900 Subject: oem-pr-bs: add resource and task manager This is the seventh commit of agl-basesystem. Resource manager monitoring procfs and non-resident process manager v12 (jsmoeller): fix build of multiple packages v15 (tanikawa): fix build of ss-taskmanager v20 (nomoto): change mail address and author v23 (nomoto): add expat-native for build v28 (nomoto): change SRCURI and inherit line v29 (nomoto): remove OECORE_NATIVE_SYSROOT Bug-AGL: SPEC-3670 Signed-off-by: Riku Nomoto Change-Id: I5b65f62082f2ad0fd613c2ed56a2de1824387390 --- .../meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio') diff --git a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb new file mode 100644 index 00000000..91020aec --- /dev/null +++ b/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb @@ -0,0 +1,12 @@ +SUMMARY = "C++ library for reading and generating ELF files" +DESCRIPTION = "ELFIO is a header-only C++ library intended for reading and generating files in the \ + ELF binary format. It is used as a standalone library - it is not dependent on any \ + other product or project. Adhering to ISO C++, it compiles on a wide variety of \ + architectures and compilers." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=4f932e9ddd12264ae5e569aae5f08ed3" + +SRC_URI = "${SOURCEFORGE_MIRROR}/elfio/ELFIO-sources/ELFIO-${PV}/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "e1ddfc8d316fa6d03a04d8d1d6827663" + +inherit autotools -- cgit 1.2.3-korg