[oe-commits] Michael 'Mickey' Lauer : python-pybluez: 0.13 -> 0.15

GIT User account git at amethyst.openembedded.net
Tue Jan 13 00:10:11 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 0674de62991fe99e75c16898e337ca927cc58a5c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0674de62991fe99e75c16898e337ca927cc58a5c

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Jan 13 00:09:29 2009 +0000

python-pybluez: 0.13 -> 0.15
remove 0.10

---

 packages/python/python-pybluez_0.13.bb             |   10 ----------
 ...thon-pybluez_0.10.bb => python-pybluez_0.15.bb} |    4 ++--
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/packages/python/python-pybluez_0.13.bb b/packages/python/python-pybluez_0.13.bb
deleted file mode 100644
index 2e7e282..0000000
--- a/packages/python/python-pybluez_0.13.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Python bindings for the Linux Bluetooth stack"
-SECTION = "devel/python"
-DEPENDS = "bluez-libs"
-LICENSE = "GPL"
-PR = "ml0"
-
-SRC_URI = "http://org.csail.mit.edu/pybluez/release/pybluez-src-${PV}.tar.gz"
-S = "${WORKDIR}/pybluez-${PV}"
-
-inherit distutils
diff --git a/packages/python/python-pybluez_0.10.bb b/packages/python/python-pybluez_0.15.bb
similarity index 59%
rename from packages/python/python-pybluez_0.10.bb
rename to packages/python/python-pybluez_0.15.bb
index 2e7e282..17ffd38 100644
--- a/packages/python/python-pybluez_0.10.bb
+++ b/packages/python/python-pybluez_0.15.bb
@@ -4,7 +4,7 @@ DEPENDS = "bluez-libs"
 LICENSE = "GPL"
 PR = "ml0"
 
-SRC_URI = "http://org.csail.mit.edu/pybluez/release/pybluez-src-${PV}.tar.gz"
-S = "${WORKDIR}/pybluez-${PV}"
+SRC_URI = "http://pybluez.googlecode.com/files/PyBluez-0.15.tar.gz"
+S = "${WORKDIR}/PyBluez-${PV}"
 
 inherit distutils





More information about the Openembedded-commits mailing list