increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pyrtc_git.bb
1 DESCRIPTION = "PyRTC is a python extension module that supports talking to the \
2 RTC (Real Time Clock) found in most PCs and SOCs"
3 SECTION = "devel/python"
4 HOMEPAGE = "http://www.freesmartphone.org"
5 AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
6 LICENSE = "GPLv2"
7 SRCNAME = "pyrtc"
8 DEPENDS = "python-cython-native"
9 PV = "1.0.0+gitr${SRCREV}"
10 PR = "ml1"
11
12 SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master"
13 S = "${WORKDIR}/git/${SRCNAME}"
14
15 inherit distutils
16