summaryrefslogtreecommitdiff
path: root/package/gstreamer/gst-dsp
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2013-12-05 11:54:08 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-06 09:40:40 +0100
commiteb7bd9ef617e5ddc8241981e7896d5b3f30ed9ee (patch)
tree040bfee55c1be4ce8616faecf11e83d224cc100a /package/gstreamer/gst-dsp
parentb64273db75307a8ad3c30202b45582b8a2b894e8 (diff)
packages: remove uninstall commands
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gstreamer/gst-dsp')
-rw-r--r--package/gstreamer/gst-dsp/gst-dsp.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/gstreamer/gst-dsp/gst-dsp.mk b/package/gstreamer/gst-dsp/gst-dsp.mk
index 1fd697607..4127538e6 100644
--- a/package/gstreamer/gst-dsp/gst-dsp.mk
+++ b/package/gstreamer/gst-dsp/gst-dsp.mk
@@ -15,10 +15,6 @@ define GST_DSP_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
-define GST_DSP_UNINSTALL_TARGET_CMDS
- $(RM) $(TARGET_DIR)/usr/lib/gstreamer-0.10/libgstdsp.so
-endef
-
GST_DSP_DEPENDENCIES = gstreamer tidsp-binaries host-pkgconf
$(eval $(generic-package))