2022-10-30 10:26:20 +01:00
|
|
|
# Recipe created by recipetool
|
|
|
|
|
# This is the basis of a recipe and may need further editing in order to be fully functional.
|
|
|
|
|
# (Feel free to remove these comments when editing.)
|
|
|
|
|
|
|
|
|
|
SUMMARY = "Firmware analysis tool"
|
2024-09-06 16:38:00 +02:00
|
|
|
HOMEPAGE = "https://github.com/OSPG/binwalk"
|
2022-10-30 10:26:20 +01:00
|
|
|
# WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
|
|
|
|
|
# your responsibility to verify that the values are complete and correct.
|
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=65bbee055d3ea3bfc475f07aecf4de64"
|
|
|
|
|
|
2024-09-06 16:38:00 +02:00
|
|
|
PV = "2.4.2+git${SRCPV}"
|
|
|
|
|
SRC_URI = "git://github.com/OSPG/binwalk;protocol=https;branch=master"
|
2024-06-06 16:43:42 +02:00
|
|
|
# Modify these as desired
|
2024-09-06 16:38:00 +02:00
|
|
|
SRCREV = "3dd13d7fd890f662ac6c75344906ebe50524200e"
|
2022-10-30 10:26:20 +01:00
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
|
|
inherit setuptools3
|
|
|
|
|
|
|
|
|
|
# WARNING: the following rdepends are determined through basic analysis of the
|
|
|
|
|
# python sources, and might not be 100% accurate.
|
|
|
|
|
RDEPENDS:${PN} += "python3-core"
|