diff options
Diffstat (limited to 'meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio')
-rw-r--r-- | meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb | 12 |
1 files changed, 0 insertions, 12 deletions
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 deleted file mode 100644 index 91020aec..00000000 --- a/meta-oem-production-readiness/meta-agl-basesystem/recipes-support/elfio/elfio_3.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -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 |