mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
python3-pyconnman: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4b3d17c3ab
commit
58b51506ff
|
@ -1,12 +0,0 @@
|
|||
DESCRIPTION = "Python-based Network Connectivity Management"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/pyconnman/"
|
||||
LICENSE = "Apache-2.0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
SRC_URI[md5sum] = "d60bdffbd9c920f005fdc5e05a8b94cd"
|
||||
SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f9ad926"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} = "connman"
|
|
@ -1,5 +1,12 @@
|
|||
require python-pyconnman.inc
|
||||
DESCRIPTION = "Python-based Network Connectivity Management"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/pyconnman/"
|
||||
LICENSE = "Apache-2.0"
|
||||
|
||||
inherit setuptools3
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
RDEPENDS_${PN} += "python3-dbus python3-pprint"
|
||||
SRC_URI[md5sum] = "d60bdffbd9c920f005fdc5e05a8b94cd"
|
||||
SRC_URI[sha256sum] = "d3a63a039c82b08a1171b003eafa62c6f128aa4eaa1ce7a55a9401b48f9ad926"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "connman python3-dbus python3-pprint"
|
||||
|
|
Loading…
Reference in New Issue
Block a user