X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ethtool_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ethtool_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=7addcd01136cdde7b6cf574924041d7c69b22269;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ethtool_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ethtool_git.bb deleted file mode 100644 index 7addcd0..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ethtool_git.bb +++ /dev/null @@ -1,17 +0,0 @@ - -DESCRIPTION = "Python bindings for the ethtool kernel interface" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -SRCREV = "b8b09b69ef6d4f8a6f12a6c441305790060dd829" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" -PV = "0.14+git${SRCPV}" - -SRC_URI = "git://github.com/fedora-python/python-ethtool.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - - -DEPENDS += " libnl python" -inherit setuptools distutils pkgconfig