[oe-commits] Adrian : pyroute2: update to 0.3.14, fix depends, fix license

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 14:01:04 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 24f4fcbc242327763bae0488a8dbb2a25746d30a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=24f4fcbc242327763bae0488a8dbb2a25746d30a

Author: Adrian <adrian.freihofer at gmail.com>
Date:   Mon Sep 21 11:25:18 2015 +0200

pyroute2: update to 0.3.14, fix depends, fix license

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../python/python-pyroute2_0.3.12.bb               | 14 -------------
 .../python/python-pyroute2_0.3.14.bb               | 24 ++++++++++++++++++++++
 2 files changed, 24 insertions(+), 14 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb
deleted file mode 100644
index d809d97..0000000
--- a/meta-python/recipes-devtools/python/python-pyroute2_0.3.12.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "A pure Python netlink and Linux network configuration library"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=270323035ef766597dabd91747c36e3d"
-
-SRC_URI[md5sum] = "5d83ec82acb54ab88c98f0d25d13308b"
-SRC_URI[sha256sum] = "c0e1637a75e099104f14d9e03fd5a698dfcc923a22fbfac4a19bd7e94d1fcaa5"
-
-SRC_URI += "file://import-simplejson-as-json.patch"
-
-inherit pypi
-
-RDEPENDS_${PN} = "python-distutils \
-                  python-simplejson \
-                  "
diff --git a/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb b/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
new file mode 100644
index 0000000..3fc5142
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyroute2_0.3.14.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "A pure Python netlink and Linux network configuration library"
+LICENSE = "GPLv2 & Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.GPL.v2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+                    file://LICENSE.Apache.v2;md5=3b83ef96387f14655fc854ddc3c6bd57"
+
+SRC_URI[md5sum] = "1e7e771702056e61cf522cccc39ea09e"
+SRC_URI[sha256sum] = "aed742a7dbe55eb7f02dbb26719f554b9e92198c4b3c7ac501ad03bbb6421962"
+
+SRC_URI += "file://import-simplejson-as-json.patch"
+
+inherit pypi
+
+RDEPENDS_${PN} += "\
+  python-distutils \
+  python-simplejson \
+  python-multiprocessing \
+  python-io python-pprint \
+  python-pickle \
+  python-logging \
+  python-threading \
+  python-textutils \
+  python-subprocess \
+  python-netclient \
+"



More information about the Openembedded-commits mailing list