diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-05-03 22:43:14 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-05-03 22:43:14 +0000 |
commit | 02c3dce797180ae9392503ff75f984f9d5599016 (patch) | |
tree | 4c1708a0053bff489b1d58c97f2b32a7813e2766 /packages/freesmartphone/pygsm_git.bb | |
parent | 2f0a1dfa7bc08742a457100062f2300fdc6c97b1 (diff) |
convert freesmartphone recipes from SVN to GIT, add fso-autorev.inc
Diffstat (limited to 'packages/freesmartphone/pygsm_git.bb')
-rw-r--r-- | packages/freesmartphone/pygsm_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/freesmartphone/pygsm_git.bb b/packages/freesmartphone/pygsm_git.bb new file mode 100644 index 0000000000..7ee9d6824f --- /dev/null +++ b/packages/freesmartphone/pygsm_git.bb @@ -0,0 +1,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 \ +" |