mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
python-twisted: Fixed non-existing twisted-bin package
Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d4051ea47c
commit
d26edf9dbb
@@ -7,7 +7,7 @@ SECTION = "console/network"
|
||||
#twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL.
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 "
|
||||
SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5"
|
||||
@@ -62,7 +62,9 @@ FILES_${PN}-test = " \
|
||||
"
|
||||
|
||||
FILES_${PN}-protocols = " \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/ \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \
|
||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \
|
||||
"
|
||||
|
||||
FILES_${PN}-zsh = " \
|
||||
|
||||
Reference in New Issue
Block a user