diff options
| author | Cliff Brake <cbrake@bec-systems.com> | 2009-02-16 10:03:32 -0500 |
|---|---|---|
| committer | Cliff Brake <cbrake@bec-systems.com> | 2009-02-16 10:03:32 -0500 |
| commit | d512927cbf42dc9a3302ecac790a18d397ea012f (patch) | |
| tree | 2d624d29a763e5f9ae9b618148cfc6063e6cd50e /packages/python/python-coherence_svn.bb | |
| parent | 68e1ea7aeddc4f7efc621558dfd424cd2fe22674 (diff) | |
| parent | 3fe1150b7afa91ee59dfa6346c1f7387638b7817 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python/python-coherence_svn.bb')
| -rw-r--r-- | packages/python/python-coherence_svn.bb | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/packages/python/python-coherence_svn.bb b/packages/python/python-coherence_svn.bb index e6f5fafb53..031067672e 100644 --- a/packages/python/python-coherence_svn.bb +++ b/packages/python/python-coherence_svn.bb @@ -3,17 +3,23 @@ SECTION = "devel/python" LICENSE = "MIT" HOMEPAGE = "http://coherence.beebits.net/wiki" -PR = "r6" +PR = "r1" + PV = "0.6.0+svnr${SRCREV}" inherit setuptools +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-data=${datadir}" + SRC_URI = "svn://coherence.beebits.net/svn/trunk;module=Coherence;proto=https" S = "${WORKDIR}/Coherence" FILES_${PN} += "${datadir}" RDEPENDS_${PN} += "python-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \ - python-configobj python-twisted python-twisted-core python-misc python-zopeinterface \ - zope python-modules python-pygobject python-gdata python-inotify" + python-configobj python-twisted python-twisted-core python-twisted-protocols python-misc \ + python-zopeinterface zope python-modules python-pygobject python-gdata python-inotify \ + python-divmodaxiom" |
