From b4524eb786472e69e28212a58a329a5e44e40547 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 2 Mar 2017 07:32:22 -0500 Subject: meta-python: Remove superfluous "PYPI_PACKAGE" assignments Given calculation of PYPI_PACKAGE value from recipe file name, a number of Python recipe files unnecessarily set this value, so delete these superfluous lines. In addition, the act of editing added a missing EOL at the end of one of the files. Signed-off-by: Robert P. J. Day Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-yappi_0.98.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-yappi_0.98.bb') diff --git a/meta-python/recipes-devtools/python/python-yappi_0.98.bb b/meta-python/recipes-devtools/python/python-yappi_0.98.bb index 02ec7d02d1..51308c8c27 100644 --- a/meta-python/recipes-devtools/python/python-yappi_0.98.bb +++ b/meta-python/recipes-devtools/python/python-yappi_0.98.bb @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=6b131c3041637f6a5175a43112dde05c" SRC_URI[md5sum] = "dc56240575c99938a924eaeb7c0d8beb" SRC_URI[sha256sum] = "5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b27b263c" -PYPI_PACKAGE = "yappi" inherit pypi setuptools RDEPENDS_${PN} += "\ -- cgit 1.2.3-korg