git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
097be55
)
divmod.inc: add missing file, thanks Frans!
author
Koen Kooi
<koen@openembedded.org>
Thu, 5 Feb 2009 22:10:19 +0000
(23:10 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 5 Feb 2009 22:10:19 +0000
(23:10 +0100)
packages/python/divmod.inc
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/python/divmod.inc
b/packages/python/divmod.inc
new file mode 100644
(file)
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}"
+
+
+