mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / python / divmod.inc
blob37b99c1967e8df72abb1d4728c14c60fff2ab873
1 SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw"
3 INC_PR = "r0"
5 DEPENDS += "python-twisted-native"
7 do_unpack2() {
8         cd ${WORKDIR}
9         tar zxvf ${REALPN}-${PV}.tar.gz?format=raw
12 addtask unpack2 after do_unpack before do_configure
14 inherit distutils
16 S = "${WORKDIR}/${REALPN}-${PV}"