remove pygsm, it's probably not going to be extracted as an own entity
authorMichael Lauer <mickey@vanille-media.de>
Thu, 15 May 2008 21:21:24 +0000 (21:21 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 15 May 2008 21:21:24 +0000 (21:21 +0000)
packages/freesmartphone/pygsm_git.bb [deleted file]

diff --git a/packages/freesmartphone/pygsm_git.bb b/packages/freesmartphone/pygsm_git.bb
deleted file mode 100644 (file)
index 7ee9d68..0000000
+++ /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 \
-"