[oe] [meta-python][PATCH 2/2] python-asn1crypto: add new package

2017-10-06 Thread Armin Kuster
python-cryptography has a dependancy for this package as of version 1.8. This was pointed out by: Satya Bodduluri. Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-asn1crypto.inc| 12

[oe] [meta-python][PATCH 1/2] python-pytest: fix egg version of package

2017-10-06 Thread Armin Kuster
commit "python-pytest: remove fetch during do_compile phase" removed the ability of the package to version it self correctly. The version ended up as 0.0.0 which causes runtime version checking. This fixed that issues. Signed-off-by: Armin Kuster ---

Re: [oe] [meta-oe][PATCH] rocksdb: add version 5.8

2017-10-06 Thread Khem Raj
On Fri, Oct 6, 2017 at 4:31 AM, Pascal Bach wrote: > Version 5.8 does no longer includes the facebook patent grant and is > licensed under the Apache-2.0 license. > I see leveldb as well as GPL-2.0 licence file in repo. Are they not used > Signed-off-by: Pascal Bach

[oe] [meta-oe][PATCH] rocksdb: add version 5.8

2017-10-06 Thread Pascal Bach
Version 5.8 does no longer includes the facebook patent grant and is licensed under the Apache-2.0 license. Signed-off-by: Pascal Bach --- meta-oe/recipes-extended/rocksdb/rocksdb_git.bb | 26 + 1 file changed, 26 insertions(+) create mode

[oe] [meta-python][PATCH] python-twisted: remove empty lore subpackage

2017-10-06 Thread Diego Rondini
Currently installing python-twisted fails because it cannot find a python-twisted-lore package. lore package isn't created because as of twisted 15.3.x lore has been removed, thus no file belongs to it. Removal reference: "twisted.lore has now been removed, in preference to Sphinx. (#7892)"