From 685ba11b36c75daa39e522d5387e19e2ba017241 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Thu, 23 May 2019 15:16:32 +0200 Subject: [PATCH] python-oe: python3-periphery: remove redundant recipe python3-periphery was not available on meta-openembedded branch sumo. Since thud this recipe is available in recipes-python and can be here removed. Signed-off-by: Ramon Moesching --- recipes-devtools/README | 3 --- recipes-devtools/python-oe/python-periphery.inc | 7 ------- recipes-devtools/python-oe/python3-periphery_1.1.1.bb | 4 ---- 3 files changed, 14 deletions(-) delete mode 100644 recipes-devtools/README delete mode 100644 recipes-devtools/python-oe/python-periphery.inc delete mode 100644 recipes-devtools/python-oe/python3-periphery_1.1.1.bb diff --git a/recipes-devtools/README b/recipes-devtools/README deleted file mode 100644 index 0fbf716..0000000 --- a/recipes-devtools/README +++ /dev/null @@ -1,3 +0,0 @@ -python-oe is inserted from meta-openembedded (master branch - 27.6.2018) - -Commit id: 4517d1c695efd0b175f4e7242e1a7bb4361527d9 diff --git a/recipes-devtools/python-oe/python-periphery.inc b/recipes-devtools/python-oe/python-periphery.inc deleted file mode 100644 index 539c357..0000000 --- a/recipes-devtools/python-oe/python-periphery.inc +++ /dev/null @@ -1,7 +0,0 @@ -DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux." -HOMEPAGE = "http://pythonhosted.org/python-periphery/" -LICENSE = "MIT" - -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=063846af82b555d48822cf43dc6db6af" - -PYPI_PACKAGE = "python-periphery" \ No newline at end of file diff --git a/recipes-devtools/python-oe/python3-periphery_1.1.1.bb b/recipes-devtools/python-oe/python3-periphery_1.1.1.bb deleted file mode 100644 index ba9a95d..0000000 --- a/recipes-devtools/python-oe/python3-periphery_1.1.1.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools3 -require python-periphery.inc - -SRC_URI[sha256sum] = "fe8f351934edce72cd919b4eb070878ebff551db5e21aea61e0f446101f0a79f" \ No newline at end of file