From b55cedce47b28e5daa7ca2d40cef58a656de119e Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 20 Oct 2020 14:51:22 +0800 Subject: python3-rcssmin: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-rcssmin.inc | 15 --------------- .../recipes-devtools/python/python3-rcssmin_1.0.6.bb | 17 +++++++++++++++-- 2 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-rcssmin.inc diff --git a/meta-openstack/recipes-devtools/python/python-rcssmin.inc b/meta-openstack/recipes-devtools/python/python-rcssmin.inc deleted file mode 100644 index c897395..0000000 --- a/meta-openstack/recipes-devtools/python/python-rcssmin.inc +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "RCSSmin is a CSS minifier." -HOMEPAGE = "http://opensource.perlig.de/rcssmin/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a" -SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270" - -inherit pypi - -RDEPENDS_${PN} += " \ - " - -CLEANBROKEN = "1" diff --git a/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb b/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb index 56347b5..7409cdc 100644 --- a/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb +++ b/meta-openstack/recipes-devtools/python/python3-rcssmin_1.0.6.bb @@ -1,2 +1,15 @@ -require python-rcssmin.inc -inherit setuptools3 +DESCRIPTION = "RCSSmin is a CSS minifier." +HOMEPAGE = "http://opensource.perlig.de/rcssmin/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a" +SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += " \ + " + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf