1*5082cc7fSAndrew GeisslerSUMMARY = "Various data structures and parsing tools for UEFI firmware."
2*5082cc7fSAndrew GeisslerDESCRIPTION = "This package contains Python UEFI firmware parser tool. The \
3*5082cc7fSAndrew GeisslerUEFI firmware parser is a simple module and set of scripts for parsing, \
4*5082cc7fSAndrew Geisslerextracting, and recreating UEFI firmware volumes. This includes parsing \
5*5082cc7fSAndrew Geisslermodules for BIOS, OptionROM, Intel ME and other formats too."
6*5082cc7fSAndrew GeisslerHOMEPAGE = "https://github.com/theopolis/uefi-firmware-parser"
7*5082cc7fSAndrew GeisslerLICENSE = "BSD-2-Clause & BSD-3-Clause"
8*5082cc7fSAndrew GeisslerLIC_FILES_CHKSUM = "file://setup.py;md5=5a59066a8676f17262ef7e691f8ef253"
9*5082cc7fSAndrew Geissler
10*5082cc7fSAndrew GeisslerSRC_URI = "git://github.com/theopolis/uefi-firmware-parser;protocol=https;branch=master"
11*5082cc7fSAndrew Geissler
12*5082cc7fSAndrew GeisslerSRCREV = "f289219b99eb525cbc58e4dc2b07df3811f92ef7"
13*5082cc7fSAndrew Geissler
14*5082cc7fSAndrew GeisslerS = "${WORKDIR}/git"
15*5082cc7fSAndrew Geissler
16*5082cc7fSAndrew Geisslerinherit setuptools3
17*5082cc7fSAndrew Geissler
18*5082cc7fSAndrew GeisslerRDEPENDS:${PN} += " \
19*5082cc7fSAndrew Geissler    python3-ctypes \
20*5082cc7fSAndrew Geissler    python3-logging \
21*5082cc7fSAndrew Geissler"
22