blob: 46d0c1b4f10ee38ebf5de0896d9d87a344240179 [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001DESCRIPTION = "A low-level debug tool for communicating with devices attached to an MDIO bus"
2SECTION = "networking"
3HOMEPAGE = "https://github.com/wkz/mdio-tools"
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7SRC_URI = "git://github.com/wkz/mdio-tools.git;protocol=https;branch=master"
Andrew Geissler8f840682023-07-21 09:09:43 -05008SRCREV = "0dbfca13a094d20d736153c63161cf11b9ccf2d3"