opkg-utils: Fix typo and drop duplicate S entry
[openembedded.git] / recipes / python / python-pyrtc_git.bb
blobbd8452f2980337202c38e8586f2443057fdafa91
1 require ../freesmartphone/python-helpers.inc
3 DESCRIPTION = "PyRTC is a python extension module that supports talking to the \
4 RTC (Real Time Clock) found in most PCs and SOCs"
5 SECTION = "devel/python"
6 AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
7 LICENSE = "GPLv2"
8 SRCNAME = "pyrtc"
9 DEPENDS = "python-cython-native"
10 SRCREV = "${FSO_PYTHONHELPERS_SRCREV}"
11 PV = "1.0.0+gitr${SRCPV}"
12 PR = "ml1"
14 S = "${WORKDIR}/git/${SRCNAME}"
16 inherit distutils