[oe-commits] Koen Kooi : divmod.inc: add missing file, thanks Frans!

GIT User account git at amethyst.openembedded.net
Thu Feb 5 22:11:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c950c9fb37d8f14359b8fcb7fd963ba5d9058a1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c950c9fb37d8f14359b8fcb7fd963ba5d9058a1a

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Feb  5 23:10:19 2009 +0100

divmod.inc: add missing file, thanks Frans!

---

 packages/python/divmod.inc |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/packages/python/divmod.inc b/packages/python/divmod.inc
new file mode 100644
index 0000000..20be1b2
--- /dev/null
+++ b/packages/python/divmod.inc
@@ -0,0 +1,17 @@
+SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw"
+
+DEPENDS += "python-twisted-native"
+
+do_unpack2() {
+	cd ${WORKDIR}
+	tar zxvf ${REALPN}-${PV}.tar.gz?format=raw
+}
+
+addtask unpack2 after do_unpack before do_configure
+
+inherit distutils
+
+S = "${WORKDIR}/${REALPN}-${PV}"
+
+
+





More information about the Openembedded-commits mailing list