summaryrefslogtreecommitdiff
path: root/packages/python/python-gst_0.10.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-gst_0.10.6.bb')
-rw-r--r--packages/python/python-gst_0.10.6.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/python/python-gst_0.10.6.bb b/packages/python/python-gst_0.10.6.bb
deleted file mode 100644
index 28dba93cb5..0000000000
--- a/packages/python/python-gst_0.10.6.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "Python gstreamer Bindings"
-SECTION = "devel/python"
-HOMEPAGE = "http://gstreamer.freedesktop.org"
-PRIORITY = "optional"
-#DEPENDS = "gstreamer"
-#RDEPENDS = "gstreamer"
-
-SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
-S = "${WORKDIR}/gst-python-${PV}"
-
-inherit autotools pkgconfig
-
-do_configure() {
- oe_runconf
-}