[oe] X11 proto changes

2018-03-24 Thread akuster808

Hello,

It appears Xorg is deprecating most of it's proto header repos for a new
all-in-1 repo xorgproto. This will most likely affect down stream
layers. The question I have, is do we want this big churn to happen for
Sumo or wait for 2.6 ?


- armin


These are now included in xorgproto, the deprecated recipes will be deleted.

applewmproto
bigreqsproto
compositeproto
damageproto
dmxproto
dri2proto
dri3proto
evieproto
fixesproto
fontcacheproto
fontsproto
glproto 1483
inputproto
lg3dproto
panoramixproto
pmproto
presentproto
printproto
randrproto
recordproto
renderproto
resourceproto
scrnsaverproto
trapproto
videoproto
windowswmproto
x11proto
xcmiscproto
xextproto
xf86bigfontproto
xf86dgaproto
xf86driproto
xf86miscproto
xf86rushproto
xf86vidmodeproto
xineramaproto


-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-pip: update to version 9.0.3

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 .../python/{python-pip_9.0.2.bb => python-pip_9.0.3.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pip_9.0.2.bb => 
python-pip_9.0.3.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python-pip_9.0.2.bb 
b/meta-python/recipes-devtools/python/python-pip_9.0.3.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python-pip_9.0.2.bb
rename to meta-python/recipes-devtools/python/python-pip_9.0.3.bb
index fa709a1..b0f7533 100644
--- a/meta-python/recipes-devtools/python/python-pip_9.0.2.bb
+++ b/meta-python/recipes-devtools/python/python-pip_9.0.3.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://pip.pypa.io/;
 LICENSE = "MIT & LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
 
-SRC_URI[md5sum] = "2fddd680422326b9d1fbf56112cf341d"
-SRC_URI[sha256sum] = 
"88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5"
+SRC_URI[md5sum] = "b15b33f9aad61f88d0f8c866d16c55d8"
+SRC_URI[sha256sum] = 
"7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796"
 
 inherit pypi setuptools
 
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH 2/2] python-cryptography-vectors: update to version 2.2.1

2018-03-24 Thread Derek Straka
License-Update: Update copyright year and verifed terms remain unchanged

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 6 +++---
 .../{python-cryptography_2.1.4.bb => python-cryptography_2.2.1.bb}  | 0
 ...{python3-cryptography_2.1.4.bb => python3-cryptography_2.2.1.bb} | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cryptography_2.1.4.bb => 
python-cryptography_2.2.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cryptography_2.1.4.bb => 
python3-cryptography_2.2.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc 
b/meta-python/recipes-devtools/python/python-cryptography.inc
index 4be7907..54179e9 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -1,7 +1,7 @@
 SUMMARY = "Provides cryptographic recipes and primitives to python developers"
 HOMEPAGE = "https://cryptography.io/;
 LICENSE = "Apache-2.0 | BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d5ede125ed08d4fd14ec44d334bdb388"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
 
 DEPENDS += " \
 ${PYTHON_PN}-cffi \
@@ -10,8 +10,8 @@ DEPENDS += " \
 ${PYTHON_PN}-six \
 "
 
-SRC_URI[md5sum] = "9f39d4d8f2b05f295fa0ff52475ec4f2"
-SRC_URI[sha256sum] = 
"e4d967371c5b6b2e67855066471d844c5d52d210c36c28d49a8507b96e2c5291"
+SRC_URI[md5sum] = "de76fc2cbcb772e572798fee438df2af"
+SRC_URI[sha256sum] = 
"dddad9d322a3f0867009ff9f25477b8f7c0bdbedf143704b384c9472f11cb2d3"
 
 RDEPENDS_${PN} += " \
 ${PYTHON_PN}-cffi \
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb 
b/meta-python/recipes-devtools/python/python-cryptography_2.2.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cryptography_2.1.4.bb
rename to meta-python/recipes-devtools/python/python-cryptography_2.2.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb 
b/meta-python/recipes-devtools/python/python3-cryptography_2.2.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_2.2.1.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH 1/2] python-cryptography-vectors: update to version 2.2.1

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cryptography-vectors.inc   | 4 ++--
 ...tography-vectors_2.1.4.bb => python-cryptography-vectors_2.2.1.bb} | 0
 ...ography-vectors_2.1.4.bb => python3-cryptography-vectors_2.2.1.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename 
meta-python/recipes-devtools/python/{python-cryptography-vectors_2.1.4.bb => 
python-cryptography-vectors_2.2.1.bb} (100%)
 rename 
meta-python/recipes-devtools/python/{python3-cryptography-vectors_2.1.4.bb => 
python3-cryptography-vectors_2.2.1.bb} (100%)

diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc 
b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
index 00bb87b..ef1c60b 100644
--- a/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography-vectors.inc
@@ -8,8 +8,8 @@ DEPENDS += " \
 ${PYTHON_PN}-cryptography \
 "
 
-SRC_URI[md5sum] = "ef115b870cc8d8b9f0f4189b512bc170"
-SRC_URI[sha256sum] = 
"78c4b4f3f84853ea5d038e2f53d355229dd8119fe9cf949c3e497c85c760a5ca"
+SRC_URI[md5sum] = "b014b0ddfecddfa90eb2651120a31b70"
+SRC_URI[sha256sum] = 
"be7cf2e4de057f2a5307d9600177014daefd58a96de9cb9f437c26753fd462fe"
 
 PYPI_PACKAGE = "cryptography_vectors"
 
diff --git 
a/meta-python/recipes-devtools/python/python-cryptography-vectors_2.1.4.bb 
b/meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.1.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python-cryptography-vectors_2.1.4.bb
rename to 
meta-python/recipes-devtools/python/python-cryptography-vectors_2.2.1.bb
diff --git 
a/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.1.4.bb 
b/meta-python/recipes-devtools/python/python3-cryptography-vectors_2.2.1.bb
similarity index 100%
rename from 
meta-python/recipes-devtools/python/python3-cryptography-vectors_2.1.4.bb
rename to 
meta-python/recipes-devtools/python/python3-cryptography-vectors_2.2.1.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-cython: update to version 0.28.1

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-cython.inc | 4 ++--
 .../python/{python-cython_0.28.bb => python-cython_0.28.1.bb} | 0
 .../python/{python3-cython_0.28.bb => python3-cython_0.28.1.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-cython_0.28.bb => 
python-cython_0.28.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-cython_0.28.bb => 
python3-cython_0.28.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-cython.inc 
b/meta-python/recipes-devtools/python/python-cython.inc
index 550d9a3..5a69cd0 100644
--- a/meta-python/recipes-devtools/python/python-cython.inc
+++ b/meta-python/recipes-devtools/python/python-cython.inc
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 PYPI_PACKAGE = "Cython"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "459a7980c508e61fc37b3245612969ac"
-SRC_URI[sha256sum] = 
"518f7e22da54109661e483a91a63045203caf9fd78da4a69185a7622f759965f"
+SRC_URI[md5sum] = "c549effadb52d90bdcb1affc1e5dbb97"
+SRC_URI[sha256sum] = 
"152ee5f345012ca3bb7cc71da2d3736ee20f52cd8476e4d49e5e25c5a4102b12"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-cython_0.28.bb 
b/meta-python/recipes-devtools/python/python-cython_0.28.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-cython_0.28.bb
rename to meta-python/recipes-devtools/python/python-cython_0.28.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-cython_0.28.bb 
b/meta-python/recipes-devtools/python/python3-cython_0.28.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-cython_0.28.bb
rename to meta-python/recipes-devtools/python/python3-cython_0.28.1.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-lxml: update to version 4.2.1

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-lxml.inc   | 4 ++--
 .../python/{python-lxml_4.2.0.bb => python-lxml_4.2.1.bb} | 0
 .../python/{python3-lxml_4.2.0.bb => python3-lxml_4.2.1.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-lxml_4.2.0.bb => 
python-lxml_4.2.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-lxml_4.2.0.bb => 
python3-lxml_4.2.1.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-lxml.inc 
b/meta-python/recipes-devtools/python/python-lxml.inc
index a0fe140..3f3a1e2 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = 
"file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[md5sum] = "04455d43fd587bd11ccef6315258c3ce"
-SRC_URI[sha256sum] = 
"7d96fbb5f23a62300aa9bef7d286cd61aca8902357619c8708c0290aba5df73f"
+SRC_URI[md5sum] = "c266d9062e23b08f66426979a2b36f51"
+SRC_URI[sha256sum] = 
"e2629cdbcad82b83922a3488937632a4983ecc0fed3e5cfbf430d069382eeb9b"
 
 DISTUTILS_BUILD_ARGS += " \
  --with-xslt-config='pkg-config libxslt' \
diff --git a/meta-python/recipes-devtools/python/python-lxml_4.2.0.bb 
b/meta-python/recipes-devtools/python/python-lxml_4.2.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-lxml_4.2.0.bb
rename to meta-python/recipes-devtools/python/python-lxml_4.2.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb 
b/meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-lxml_4.2.0.bb
rename to meta-python/recipes-devtools/python/python3-lxml_4.2.1.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-flask-user: update to version 0.6.20

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-flask-user.inc | 4 ++--
 .../{python-flask-user_0.6.19.bb => python-flask-user_0.6.20.bb}  | 0
 .../{python3-flask-user_0.6.19.bb => python3-flask-user_0.6.20.bb}| 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-flask-user_0.6.19.bb => 
python-flask-user_0.6.20.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-flask-user_0.6.19.bb => 
python3-flask-user_0.6.20.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-flask-user.inc 
b/meta-python/recipes-devtools/python/python-flask-user.inc
index c2b7182..1955954 100644
--- a/meta-python/recipes-devtools/python/python-flask-user.inc
+++ b/meta-python/recipes-devtools/python/python-flask-user.inc
@@ -6,8 +6,8 @@ HOMEPAGE = " https://github.com/lingthio/Flask-User;
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97de97cd9d6e23c88129d884588ce71a"
 
-SRC_URI[md5sum] = "f7965e66ca139c8436896da07e66c21f"
-SRC_URI[sha256sum] = 
"601abcc0343dfbae0c56273d98362d5cdc266ac84d20b3f65a212e4a2c83b302"
+SRC_URI[md5sum] = "9ce424f080659e1d5e1b75c9ed2f03af"
+SRC_URI[sha256sum] = 
"699df643471f08f9a4d10c3b17c0a53e92bb71c7feb414bedd76c7c9263dcf5e"
 
 PYPI_PACKAGE = "Flask-User"
 
diff --git a/meta-python/recipes-devtools/python/python-flask-user_0.6.19.bb 
b/meta-python/recipes-devtools/python/python-flask-user_0.6.20.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-flask-user_0.6.19.bb
rename to meta-python/recipes-devtools/python/python-flask-user_0.6.20.bb
diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb 
b/meta-python/recipes-devtools/python/python3-flask-user_0.6.20.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
rename to meta-python/recipes-devtools/python/python3-flask-user_0.6.20.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-py: update to version 1.5.3

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-py.inc | 4 ++--
 .../python/{python-py_1.5.2.bb => python-py_1.5.3.bb} | 0
 .../python/{python3-py_1.5.2.bb => python3-py_1.5.3.bb}   | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-py_1.5.2.bb => 
python-py_1.5.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-py_1.5.2.bb => 
python3-py_1.5.3.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-py.inc 
b/meta-python/recipes-devtools/python/python-py.inc
index c7d6727..9105234 100644
--- a/meta-python/recipes-devtools/python/python-py.inc
+++ b/meta-python/recipes-devtools/python/python-py.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://py.readthedocs.io/;
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
 
-SRC_URI[md5sum] = "279ca69c632069e1b71e11b14641ca28"
-SRC_URI[sha256sum] = 
"ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d"
+SRC_URI[md5sum] = "667d37a148ad9fb81266492903f2d880"
+SRC_URI[sha256sum] = 
"29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881"
 
 BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python-py_1.5.2.bb 
b/meta-python/recipes-devtools/python/python-py_1.5.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-py_1.5.2.bb
rename to meta-python/recipes-devtools/python/python-py_1.5.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-py_1.5.2.bb 
b/meta-python/recipes-devtools/python/python3-py_1.5.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-py_1.5.2.bb
rename to meta-python/recipes-devtools/python/python3-py_1.5.3.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-alembic: update to version 0.9.9

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-alembic.inc| 4 ++--
 .../python/{python-alembic_0.9.8.bb => python-alembic_0.9.9.bb}   | 0
 .../python/{python3-alembic_0.9.8.bb => python3-alembic_0.9.9.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-alembic_0.9.8.bb => 
python-alembic_0.9.9.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-alembic_0.9.8.bb => 
python3-alembic_0.9.9.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-alembic.inc 
b/meta-python/recipes-devtools/python/python-alembic.inc
index f1a6412..5e7f3de 100644
--- a/meta-python/recipes-devtools/python/python-alembic.inc
+++ b/meta-python/recipes-devtools/python/python-alembic.inc
@@ -2,8 +2,8 @@ DESCRIPTION = "A database migration tool for SQLAlchemy"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c5f1361296835ff94bda73db7dd312a6"
 
-SRC_URI[md5sum] = "5cfef58641c9a94d4a5d547e951a7dda"
-SRC_URI[sha256sum] = 
"13b8611788acf0d7b617775db5c2ae26554a6d4263c590ef628d448fd05aef56"
+SRC_URI[md5sum] = "c74c6b8b3b2c405b48a9bfeed9a0bd2d"
+SRC_URI[sha256sum] = 
"85bd3ea7633024e4930900bc64fb58f9742dedbc6ebb6ecf25be2ea9a3c1b32e"
 
 PYPI_PACKAGE = "alembic"
 
diff --git a/meta-python/recipes-devtools/python/python-alembic_0.9.8.bb 
b/meta-python/recipes-devtools/python/python-alembic_0.9.9.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-alembic_0.9.8.bb
rename to meta-python/recipes-devtools/python/python-alembic_0.9.9.bb
diff --git a/meta-python/recipes-devtools/python/python3-alembic_0.9.8.bb 
b/meta-python/recipes-devtools/python/python3-alembic_0.9.9.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-alembic_0.9.8.bb
rename to meta-python/recipes-devtools/python/python3-alembic_0.9.9.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-pyroute2: update to version 0.5.0

2018-03-24 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-pyroute2.inc   | 4 ++--
 .../python/{python-pyroute2_0.4.21.bb => python-pyroute2_0.5.0.bb}| 0
 .../python/{python3-pyroute2_0.4.21.bb => python3-pyroute2_0.5.0.bb}  | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pyroute2_0.4.21.bb => 
python-pyroute2_0.5.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.4.21.bb => 
python3-pyroute2_0.5.0.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pyroute2.inc 
b/meta-python/recipes-devtools/python/python-pyroute2.inc
index 9ec9866..4c93ed4 100644
--- a/meta-python/recipes-devtools/python/python-pyroute2.inc
+++ b/meta-python/recipes-devtools/python/python-pyroute2.inc
@@ -3,8 +3,8 @@ LICENSE = "GPLv2 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 
\
 
file://LICENSE.Apache.v2;md5=34281e312165f843a2b7d1f114fe65ce"
 
-SRC_URI[md5sum] = "9c251543c4282a2f8b1a8d6aa8afc688"
-SRC_URI[sha256sum] = 
"7afad28ee0a0f3e7c34adaa9f953d00560ed9910203e93f107833b6e8d151171"
+SRC_URI[md5sum] = "9060ae8bfad457671fc3b68450175d93"
+SRC_URI[sha256sum] = 
"bb02fe5a02fb4e8baad4d7ccf7ba5e748044ee0a1ad7d2fa4927f68f396863c4"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyroute2:"
 
diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb 
b/meta-python/recipes-devtools/python/python-pyroute2_0.5.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pyroute2_0.4.21.bb
rename to meta-python/recipes-devtools/python/python-pyroute2_0.5.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.4.21.bb 
b/meta-python/recipes-devtools/python/python3-pyroute2_0.5.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pyroute2_0.4.21.bb
rename to meta-python/recipes-devtools/python/python3-pyroute2_0.5.0.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] libnice: Upgrade to 0.1.14

2018-03-24 Thread Carlos Rafael Giani
This is the minimum version needed by the new GStreamer 1.14.0 WebRTC
support (not to be confused with the WebRTC DSP support).

New packageconfigs were added to make the GStreamer 0.10 and 1.0
support configurable.

Signed-off-by: Carlos Rafael Giani 
---
 .../farsight/{libnice_0.1.13.bb => libnice_0.1.14.bb}  | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-support/farsight/{libnice_0.1.13.bb => 
libnice_0.1.14.bb} (55%)

diff --git a/meta-oe/recipes-support/farsight/libnice_0.1.13.bb 
b/meta-oe/recipes-support/farsight/libnice_0.1.14.bb
similarity index 55%
rename from meta-oe/recipes-support/farsight/libnice_0.1.13.bb
rename to meta-oe/recipes-support/farsight/libnice_0.1.14.bb
index 48c8221a3..775257f93 100644
--- a/meta-oe/recipes-support/farsight/libnice_0.1.13.bb
+++ b/meta-oe/recipes-support/farsight/libnice_0.1.14.bb
@@ -2,8 +2,8 @@ SUMMARY = "Interactive Connectivity Establishment library"
 DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactive 
Connectivity Establishment standard (ICE)."
 HOMEPAGE = "http://nice.freedesktop.org/wiki/;
 SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz;
-SRC_URI[md5sum] = "3226faeaf48a9150ada00da2e2865959"
-SRC_URI[sha256sum] = 
"61112d9f3be933a827c8365f20551563953af6718057928f51f487bfe88419e1"
+SRC_URI[md5sum] = "c9b9b74b8ae1b3890e4bd93f1b70e8ff"
+SRC_URI[sha256sum] = 
"be120ba95d4490436f0da077ffa8f767bf727b82decf2bf499e39becc027809c"
 
 LICENSE = "LGPLv2.1 & MPLv1.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \
@@ -11,17 +11,19 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \
 file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \
 "
 
-DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base"
+DEPENDS = "glib-2.0 gnutls"
 
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "gstreamer1.0"
 PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
+PACKAGECONFIG[gstreamer0.10] = 
"--with-gstreamer-0.10,--without-gstreamer-0.10,gstreamer gst-plugins-base"
+PACKAGECONFIG[gstreamer1.0] = 
"--with-gstreamer,--without-gstreamer,gstreamer1.0 gstreamer1.0-plugins-base"
 
 inherit autotools pkgconfig gtk-doc gobject-introspection
 
-FILES_${PN} += "${libdir}/gstreamer-1.0/*.so"
-FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
-FILES_${PN}-staticdev += "${libdir}/gstreamer-1.0/*.a"
-FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug"
+FILES_${PN} += "${libdir}/gstreamer-0.10/*.so ${libdir}/gstreamer-1.0/*.so"
+FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-1.0/*.la"
+FILES_${PN}-staticdev += "${libdir}/gstreamer-0.10/*.a 
${libdir}/gstreamer-1.0/*.a"
+FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug 
${libdir}/gstreamer-1.0/.debug"
 
 do_configure_prepend() {
 mkdir ${S}/m4 || true
-- 
2.14.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel