summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-05-15 21:21:24 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-05-15 21:21:24 +0000
commitfe972d7a8486bd36f1484330ecb50979a8d987a1 (patch)
tree751cdda50a4a821981833d036161ca37e90d3974 /packages
parentcdae4c0d753b265ab2a0462a6b42b9195d5c331c (diff)
remove pygsm, it's probably not going to be extracted as an own entity
Diffstat (limited to 'packages')
-rw-r--r--packages/freesmartphone/pygsm_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/freesmartphone/pygsm_git.bb b/packages/freesmartphone/pygsm_git.bb
deleted file mode 100644
index 7ee9d6824f..0000000000
--- a/packages/freesmartphone/pygsm_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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 \
-"