X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ryu_git.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-ryu_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=b5eeb614a340c4f713a0bd78396b5df4a017d305;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ryu_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ryu_git.bb deleted file mode 100644 index b5eeb61..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-ryu_git.bb +++ /dev/null @@ -1,40 +0,0 @@ - -DESCRIPTION = "Ryu is a component-based software defined networking framework." -HOMEPAGE = "https://github.com/osrg/ryu" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = " \ - file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57\ - " - -SRCREV = "1c008060fa3dab51c3a59c1485a7529b13cf0dd1" -SRCNAME = "ryu" -BRANCH = "master" -PROTOCOL = "https" -PV = "4.24+git${SRCPV}" -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/osrg/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}" - -inherit setuptools python-dir - -DEPENDS += " \ - python-pip \ - python-pbr-native \ - " - -RDEPENDS_${PN}_append = " \ - ${PYTHON_PN}-eventlet \ - ${PYTHON_PN}-msgpack \ - ${PYTHON_PN}-netaddr \ - ${PYTHON_PN}-oslo.config \ - ${PYTHON_PN}-ovs \ - ${PYTHON_PN}-routes \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-tinyrpc \ - ${PYTHON_PN}-webob \ - " - -FILES_${PN}_append = " \ - ${datadir}/etc/${SRCNAME} \ - "