X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-backports-init_1.0.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-backports-init_1.0.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=2db0de35ce4f0781abd243cddd03ca476a041258;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-backports-init_1.0.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-backports-init_1.0.bb deleted file mode 100644 index 2db0de3..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-backports-init_1.0.bb +++ /dev/null @@ -1,26 +0,0 @@ - -SUMMARY = "Helper package to avoid backports/__init__.py conflicts" -DETAIL = "backports packages in python2 suffer from a flaw in the namespace \ -implementation and can conflict with each other. For OE purposes, at least \ -fix the conflicting install of .../site-packages/backports/__init__.py" -AUTHOR = "Tim Orling " -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -SRC_URI = "file://backports/__init__.py" - -inherit python-dir - -# provide to avoid warnings -do_compile() { - : -} - -do_install() { - install -d ${D}${PYTHON_SITEPACKAGES_DIR}/backports - install ${WORKDIR}/backports/__init__.py ${D}${PYTHON_SITEPACKAGES_DIR}/backports/ -} - -FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/backports/__init__.py"