summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/pygsm_git.bb
blob: 7ee9d6824f2621af2f8b6bd7c626e8cc6589a087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Python support library for GSM 07.07 / GSM 07.05 daemons"
AUTHOR = "Michael Dietrich"
SECTION = "console/network"
DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
PV = "0.0.0+gitr${SRCREV}"
PR = "r0"

inherit distutils

SRC_URI = "${FREESMARTPHONE_GIT}/pygsm.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

RDEPENDS_${PN} += "\
  python-dbus \
  python-pygobject \
  python-syslog \
"