91020aec948d7a10d63babee14609681bab6282a
[AGL/meta-agl-devel.git] / meta-oem-production-readiness / meta-agl-basesystem / recipes-support / elfio / elfio_3.2.bb
1 SUMMARY = "C++ library for reading and generating ELF files"
2 DESCRIPTION = "ELFIO is a header-only C++ library intended for reading and generating files in the \
3                ELF binary format. It is used as a standalone library - it is not dependent on any \
4                other product or project. Adhering to ISO C++, it compiles on a wide variety of \
5                architectures and compilers."
6 LICENSE = "MIT"
7 LIC_FILES_CHKSUM = "file://COPYING;md5=4f932e9ddd12264ae5e569aae5f08ed3"
8
9 SRC_URI = "${SOURCEFORGE_MIRROR}/elfio/ELFIO-sources/ELFIO-${PV}/${BPN}-${PV}.tar.gz"
10 SRC_URI[md5sum] = "e1ddfc8d316fa6d03a04d8d1d6827663"
11
12 inherit autotools