mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-pyzmq: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0aff065ae9
commit
df56d64c28
|
|
@ -1,27 +0,0 @@
|
|||
SUMMARY = "Pyzmq provides Zero message queue access for the Python language"
|
||||
HOMEPAGE = "http://zeromq.org/bindings:python"
|
||||
LICENSE = "BSD & LGPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \
|
||||
file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e"
|
||||
DEPENDS = "zeromq"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
|
||||
|
||||
SRC_URI += "file://club-rpath-out.patch"
|
||||
SRC_URI[md5sum] = "aecdfc328193fbd81f6dc23228319943"
|
||||
SRC_URI[sha256sum] = "2199f753a230e26aec5238b0518b036780708a4c887d4944519681a920b9dee4"
|
||||
|
||||
inherit pypi pkgconfig
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-multiprocessing"
|
||||
|
||||
FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug"
|
||||
|
||||
do_compile_prepend() {
|
||||
echo [global] > ${S}/setup.cfg
|
||||
echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg
|
||||
echo have_sys_un_h = True >> ${S}/setup.cfg
|
||||
echo skip_check_zmq = True >> ${S}/setup.cfg
|
||||
echo libzmq_extension = False >> ${S}/setup.cfg
|
||||
echo no_libzmq_extension = True >> ${S}/setup.cfg
|
||||
}
|
||||
|
|
@ -1,2 +1,27 @@
|
|||
require python-pyzmq.inc
|
||||
inherit setuptools3
|
||||
SUMMARY = "Pyzmq provides Zero message queue access for the Python language"
|
||||
HOMEPAGE = "http://zeromq.org/bindings:python"
|
||||
LICENSE = "BSD & LGPL-3.0"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=11c65680f637c3df7f58bbc8d133e96e \
|
||||
file://COPYING.LESSER;md5=12c592fa0bcfff3fb0977b066e9cb69e"
|
||||
DEPENDS = "zeromq"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
|
||||
|
||||
SRC_URI += "file://club-rpath-out.patch"
|
||||
SRC_URI[md5sum] = "aecdfc328193fbd81f6dc23228319943"
|
||||
SRC_URI[sha256sum] = "2199f753a230e26aec5238b0518b036780708a4c887d4944519681a920b9dee4"
|
||||
|
||||
inherit pypi pkgconfig setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-multiprocessing"
|
||||
|
||||
FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/zmq/backend/cython/.debug"
|
||||
|
||||
do_compile_prepend() {
|
||||
echo [global] > ${S}/setup.cfg
|
||||
echo zmq_prefix = ${STAGING_DIR_HOST} >> ${S}/setup.cfg
|
||||
echo have_sys_un_h = True >> ${S}/setup.cfg
|
||||
echo skip_check_zmq = True >> ${S}/setup.cfg
|
||||
echo libzmq_extension = False >> ${S}/setup.cfg
|
||||
echo no_libzmq_extension = True >> ${S}/setup.cfg
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user