From aea206132384419f7f7c3514f9035eded1c5ef93 Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Mon, 12 May 2014 15:55:28 +0200 Subject: gstreamer: remove unused FILESPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes [YOCTO #4497] Usage of FILESPATH is discouraged, since it can make recipes harder to bbappend. Instead FILESEXTRAPATHS should be used to extend the path. However in gstreamer no FILESPATH additions are currently needed so instead it should be removed. Signed-off-by: Petter Mabäcker Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gst-plugins.inc | 2 -- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 2 -- 2 files changed, 4 deletions(-) (limited to 'meta') diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index b2d3d3c6a1..26976092d6 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc @@ -6,8 +6,6 @@ DEPENDS = "gstreamer" inherit autotools pkgconfig -FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" - SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2" GSTREAMER_DEBUG ?= "--disable-debug" diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 4ab8ea8eb3..687aa2f5f4 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -6,8 +6,6 @@ DEPENDS = "gstreamer1.0" inherit autotools pkgconfig -FILESPATH =. "${FILE_DIRNAME}/gst-plugins:" - GSTREAMER_1_0_DEBUG ?= "--disable-debug" GSTREAMER_1_0_GIT_BRANCH ?= "master" EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " -- cgit 1.2.3-korg