[oe-commits] [meta-openembedded] 01/02: python-blinker: move core recipe code to .inc file

git at git.openembedded.org git at git.openembedded.org
Wed Dec 27 04:15:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 921cd3dd6a56be1de6a38494dcad498b77d7a583
Author: Bill Randle <bill.randle at gmail.com>
AuthorDate: Fri Dec 1 21:11:53 2017 -0800

    python-blinker: move core recipe code to .inc file
    
    Signed-off-by: Bill Randle <bill.randle at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../python/{python-blinker_1.4.bb => python-blinker.inc}          | 1 -
 meta-python/recipes-devtools/python/python-blinker_1.4.bb         | 8 +-------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-blinker_1.4.bb b/meta-python/recipes-devtools/python/python-blinker.inc
similarity index 92%
copy from meta-python/recipes-devtools/python/python-blinker_1.4.bb
copy to meta-python/recipes-devtools/python/python-blinker.inc
index 0ce141f..eaf3908 100644
--- a/meta-python/recipes-devtools/python/python-blinker_1.4.bb
+++ b/meta-python/recipes-devtools/python/python-blinker.inc
@@ -5,4 +5,3 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=946d7e89af6f7733aeaebed5635d2682"
 SRC_URI[md5sum] = "8b3722381f83c2813c52de3016b68d33"
 SRC_URI[sha256sum] = "471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"
 
-inherit pypi setuptools
diff --git a/meta-python/recipes-devtools/python/python-blinker_1.4.bb b/meta-python/recipes-devtools/python/python-blinker_1.4.bb
index 0ce141f..bc4164e 100644
--- a/meta-python/recipes-devtools/python/python-blinker_1.4.bb
+++ b/meta-python/recipes-devtools/python/python-blinker_1.4.bb
@@ -1,8 +1,2 @@
-DESCRIPTION = "Fast, simple object-to-object and broadcast signaling."
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=946d7e89af6f7733aeaebed5635d2682"
-
-SRC_URI[md5sum] = "8b3722381f83c2813c52de3016b68d33"
-SRC_URI[sha256sum] = "471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6"
-
 inherit pypi setuptools
+require python-blinker.inc

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list