During runtime testing of meta-cloud-services several python scripts were
continunously segfaulting the interpreter. corefiles and gdb pointed at
the greenlet implementation.
Moving to 0.4.1 fixed the segfaults, and showed no regressions.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
There isn't a need for a separate native recipe, so use BBCLASSEXTEND and
overrides.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i
* We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Cloudeebus, D-Bus for the cloud, is a component that provides
D-Bus proxies for JavaScript. Unlike a web runtime, it doesn't
rely on any custom web browser API, but on HTML5 WebSockets and
python D-Bus bindings.
Cloudeebus can be used as a web API fast prototyping tool.
Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
AutobahnPython provides a WebSocket (RFC6455, Hybi-10 to -17, Hixie-76)
framework for creating WebSocket-based clients and servers.
AutobahnPython also includes an implementation of WAMP
(The WebSockets Application Messaging Protocol), a light-weight,
asynchronous RPC/PubSub over JSON/WebSocket protocol.
Signed-off-by: Frederic PAUT <frederic.paut@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* This change is only aesthetic (unlike indentation in Python
tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
tabs is the need to update a lot of recipes). Lately this advice
was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
error prone when someone is not sure if e.g.
do_generate_toolchain_file() is Python or shell task and also allows
to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
potentially bad (shouldn't be used for indenting of multiline
variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
we're quite inconsistent wheater it's first character on line
under opening quote or under first non-whitespace character in
previous line.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
WARNING: python-vobject: No generic license file exists for: Apache in any provider
WARNING: python-vobject: No generic license file exists for: License in any provider
WARNING: python-vobject: No generic license file exists for: V2.0 in any provider
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update to version 3.0.2
* Update LIC_FILES_CHKSUM - substance of the license did not change, but
some copyright/origin notes for specific parts were added.
* Add SUMMARY
* Move packaging definitions to the end
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update to 3.10, using tarball instead of svn
* Set SUMMARY instead of description
* Drop PR
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
An argument was missed in the manual setuptools configuration which meant that
the tool was installed into
/data/poky-master/tmp/sysroots/x86_64-linux/usr/bin/mako-render. Using the
setuptools class reduces duplication and puts the tool into /usr/bin where it
belongs.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* RDEPENDing on libudev always selects udev as provider (even when systemd
should be used), for details see:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3622
* don't import pyudev from setup.py to get right pyudev version, this does
not work without pyudev installed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* package topfiles and egg-info in PN-core
* fix find call (without braces it removes only last match -name ".h") and
_epoll.c, _initgroups.c are left in image
* fixes
python-twisted-10.2.0: python-twisted: Files/directories were installed but not shipped
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/Twisted-10.2.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/twisted/topfiles
/usr/lib/python2.7/site-packages/twisted/python/_epoll.c
/usr/lib/python2.7/site-packages/twisted/python/_initgroups.c
/usr/lib/python2.7/site-packages/twisted/topfiles/NEWS
/usr/lib/python2.7/site-packages/twisted/topfiles/README
/usr/lib/python2.7/site-packages/twisted/topfiles/ChangeLog.Old
/usr/lib/python2.7/site-packages/twisted/topfiles/CREDITS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
ERROR: Nothing PROVIDES 'libphone-utils' (but meta-openembedded/meta-oe/recipes-devtools/python/python-phoneutils_git.bb DEPENDS on or otherwise requires it)
ERROR: Required build target 'python-phoneutils' has no buildable providers.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
If the native recipe has the RDEPENDS in, the build fails because these
packages are not provided by python-native.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>