X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-redfishtool_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-redfishtool_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=1299c91538260e5505e171dadaf22d30a03191c4;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-redfishtool_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-redfishtool_git.bb deleted file mode 100644 index 1299c91..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-redfishtool_git.bb +++ /dev/null @@ -1,32 +0,0 @@ - -DESCRIPTION = "Client side API implementation of the Redfish RESTful API for Data Center Hardware Management." -HOMEPAGE = "https://github.com/DMTF/Redfishtool" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=cee7a7694b5bf14bc9d3e0fbe78a64af" - - -SRCREV = "2bdcd905e1ad227f40809ec298804d5401047612" -SRCNAME = "Redfishtool" -BRANCH = "master" -PROTOCOL = "https" -PV = "1.1.0+git${SRCPV}" -S = "${WORKDIR}/git" - -SRC_URI = " \ - git://github.com/DMTF/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ - file://${PN}/0001-Adapt-redfishtool-to-python2.patch \ - " - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-requests \ -" - -do_install_append() { - : -} - -FILES_${PN} += " \ - "