From 95312a5176e4e171b12874d5883931c5b4c431e5 Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Fri, 23 Mar 2007 00:17:08 +0000 Subject: python-gstreamer: Rename to py-gst. --- packages/python/python-gst_0.10.6.bb | 16 ++++++++++++++++ packages/python/python-gstreamer_0.10.6.bb | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 packages/python/python-gst_0.10.6.bb delete mode 100644 packages/python/python-gstreamer_0.10.6.bb diff --git a/packages/python/python-gst_0.10.6.bb b/packages/python/python-gst_0.10.6.bb new file mode 100644 index 0000000000..28dba93cb5 --- /dev/null +++ b/packages/python/python-gst_0.10.6.bb @@ -0,0 +1,16 @@ +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 +} diff --git a/packages/python/python-gstreamer_0.10.6.bb b/packages/python/python-gstreamer_0.10.6.bb deleted file mode 100644 index 28dba93cb5..0000000000 --- a/packages/python/python-gstreamer_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 -} -- cgit v1.2.3